diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-15 06:53:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-15 06:53:59 +0000 |
commit | 68ea2b0fa984898a62ff0c8d81be3eb297fd57d7 (patch) | |
tree | 4839272c2f5a73f40aa882df421f29b1e4743673 /www/campsite | |
parent | 14b23de2718dbc6556c8490c4c5604ed36c21ceb (diff) | |
download | ports-68ea2b0fa984898a62ff0c8d81be3eb297fd57d7.tar.gz ports-68ea2b0fa984898a62ff0c8d81be3eb297fd57d7.zip |
Notes
Diffstat (limited to 'www/campsite')
-rw-r--r-- | www/campsite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile index 335c4547842c..777e348bfba1 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -18,7 +18,8 @@ COMMENT= The free and open multilingual web publishing tool for news sites LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ idn.16:${PORTSDIR}/dns/libidn BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - gm4:${PORTSDIR}/devel/m4 + gm4:${PORTSDIR}/devel/m4 \ + pear:${PORTSDIR}/devel/pear RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/share/pear/HTTP/Client.php:${PORTSDIR}/www/pear-HTTP_Client \ ${LOCALBASE}/share/pear/File.php:${PORTSDIR}/sysutils/pear-File \ @@ -34,7 +35,6 @@ USE_APACHE= YES BROKEN_WITH_PHP= 5 USE_PHP= mysql curl pcre xml xmlrpc WANT_PHP_CLI= YES -WANT_PHP_PEAR= YES USE_PHP_BUILD= YES HAS_CONFIGURE= yes |