summaryrefslogtreecommitdiffstats
path: root/graphics/graphicsmagick/PRE_SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphicsmagick/PRE_SUB_DEPENDS')
-rwxr-xr-xgraphics/graphicsmagick/PRE_SUB_DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/graphicsmagick/PRE_SUB_DEPENDS b/graphics/graphicsmagick/PRE_SUB_DEPENDS
new file mode 100755
index 0000000000..afaf962007
--- /dev/null
+++ b/graphics/graphicsmagick/PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ 16BIT) if [ $GRAPHICSMAGICK_16BIT == "--with-quantum-depth=16" ]; then return 0; fi;;
+esac
+return 1
+