summaryrefslogtreecommitdiffstats
path: root/graphics/imagemagick/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imagemagick/SUB_DEPENDS')
-rwxr-xr-xgraphics/imagemagick/SUB_DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/imagemagick/SUB_DEPENDS b/graphics/imagemagick/SUB_DEPENDS
new file mode 100755
index 0000000000..8285fcc73f
--- /dev/null
+++ b/graphics/imagemagick/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ HDRI) message "HDRI needed, forcing it." &&
+ IMAGEMAGICK_HDRI="--enable-hdri" ;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+esac