diff options
author | ale <ale@FreeBSD.org> | 2005-12-15 14:53:59 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-12-15 14:53:59 +0800 |
commit | 40098654d74689d4e1feb39206cc02237ee40cc4 (patch) | |
tree | 8a60232113be1001ed5feea19262ba1340a3cd4e /www | |
parent | 7b7e2bc67a3304aeb00f190fbbebf01ef01e9c02 (diff) | |
download | freebsd-ports-gnome-40098654d74689d4e1feb39206cc02237ee40cc4.tar.gz freebsd-ports-gnome-40098654d74689d4e1feb39206cc02237ee40cc4.tar.zst freebsd-ports-gnome-40098654d74689d4e1feb39206cc02237ee40cc4.zip |
Fix dependency after removal of WANT_PHP_PEAR.
Spotted by: pointyhat via kris
Diffstat (limited to 'www')
-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 |