aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-10-06 02:52:36 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-10-06 02:52:36 +0000
commite94c8cae35fe25bfbf28ccc3d59bcba457385fb9 (patch)
treec7507d1d2e0ae8434867b4e333b496e76e58a5c3 /www
parentbe9eaaebf7163608ea4b7d6f2db94cebf8068b00 (diff)
downloadports-e94c8cae35fe25bfbf28ccc3d59bcba457385fb9.tar.gz
ports-e94c8cae35fe25bfbf28ccc3d59bcba457385fb9.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/typo345/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/typo345/Makefile b/www/typo345/Makefile
index 5abb2c1d6fa4..c859df80008e 100644
--- a/www/typo345/Makefile
+++ b/www/typo345/Makefile
@@ -1,6 +1,4 @@
-# New ports collection makefile for: www/typo3
-# Date created: February 6th 2005
-# Whom: Gerrit Beine <tux@pinguru.net>
+# Created by: Gerrit Beine <tux@pinguru.net>
#
# $FreeBSD$
#
@@ -48,7 +46,11 @@ USE_PHP+= gd
.endif
.if ${PORT_OPTIONS:MIMAGICK}
+.if ${PORT_OPTIONS:MX11}
RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
+.else
+RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
+.endif
.endif
.if ${PORT_OPTIONS:MMBSTRING}