summaryrefslogtreecommitdiffstats
path: root/graphics/graphicsmagick/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphicsmagick/SUB_DEPENDS')
-rwxr-xr-xgraphics/graphicsmagick/SUB_DEPENDS6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/graphicsmagick/SUB_DEPENDS b/graphics/graphicsmagick/SUB_DEPENDS
new file mode 100755
index 0000000000..b3c60c6fc2
--- /dev/null
+++ b/graphics/graphicsmagick/SUB_DEPENDS
@@ -0,0 +1,6 @@
+case $THIS_SUB_DEPENDS in
+ 16BIT) echo "16 bit pipeline required, forcing it." &&
+ GRAPHICSMAGICK_16BIT="--with-quantum-depth=16" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac
+