diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-18 16:36:54 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-18 16:36:54 +0000 |
commit | 9d6c76f2686cb995e22281de63357755a60a80bb (patch) | |
tree | 7dcbab6eb818928de8c3c33a77ca4026359bdf41 /www/gallery3 | |
parent | 05d20ebb16b4f8c14305c4be65c882e0d1fc0579 (diff) | |
download | ports-9d6c76f2686cb995e22281de63357755a60a80bb.tar.gz ports-9d6c76f2686cb995e22281de63357755a60a80bb.zip |
Notes
Diffstat (limited to 'www/gallery3')
-rw-r--r-- | www/gallery3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 44c1f765d446..e78201608827 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -50,7 +50,11 @@ RUN_DEPENDS+= gm:${PORTSDIR}/graphics/GraphicsMagick .endif .if ${PORT_OPTIONS:MIMAGEMAGICK} -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.if !defined(WITHOUT_X11) +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.else +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif .endif .if ${PORT_OPTIONS:MJHEAD} |