diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-08 10:02:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-08 10:02:13 +0000 |
commit | fc81a8c2f166e92490357757cdf8f2d57d4a4eeb (patch) | |
tree | f0054d7cc1f2d0fdae4d909b2d35839bd4220cc3 /www/fluxcms | |
parent | 15faf1fad92a2adc8f23a3f86ba911b8dca80710 (diff) | |
download | ports-fc81a8c2f166e92490357757cdf8f2d57d4a4eeb.tar.gz ports-fc81a8c2f166e92490357757cdf8f2d57d4a4eeb.zip |
Notes
Diffstat (limited to 'www/fluxcms')
-rw-r--r-- | www/fluxcms/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/fluxcms/Makefile b/www/fluxcms/Makefile index d50268b47b7a..bb91fb7a7315 100644 --- a/www/fluxcms/Makefile +++ b/www/fluxcms/Makefile @@ -21,18 +21,17 @@ INSTALLDIR= ${PREFIX}/${FLUXCMSDIR} PLIST_SUB= INSTALLDIR=${FLUXCMSDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} -OPTIONS= GD "Use GD support instead of ImageMagick" off \ +OPTIONS= GD "Use GD support instead of ImageMagick" on \ TIDY "Configure with tidy support" off USE_PHP= dom xml simplexml iconv mysql xsl session pcre +BROKEN_WITH_PHP= 4 DEFAULT_PHP_VER= 5 .include <bsd.port.pre.mk> -WITH_PHP5= yes - -.if defined(WITH_GD) +.if !defined(WITHOUT_GD) RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} .else RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} |