diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-03 08:21:02 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-03 08:21:02 +0800 |
commit | 9535990d3f9c07794e2f2bc677e740db86364cbe (patch) | |
tree | dc9ce61c7bb8cd7e88f1abece4a80c5376c71394 /mail | |
parent | 48ebb8be3c5a069ff12805939c95d3a2b9a77d65 (diff) | |
download | freebsd-ports-gnome-9535990d3f9c07794e2f2bc677e740db86364cbe.tar.gz freebsd-ports-gnome-9535990d3f9c07794e2f2bc677e740db86364cbe.tar.zst freebsd-ports-gnome-9535990d3f9c07794e2f2bc677e740db86364cbe.zip |
- WANT_PHP_PEAR was removed since verion 1.21 of bsd.php.mk
PR: ports/99717
Submitted by: clsung
Approved by: portmgr (erwin)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfixadmin/Makefile | 1 | ||||
-rw-r--r-- | mail/squirrelmail-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/squirrelmail/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile index d0c3eb0baf12..6e35343a1830 100644 --- a/mail/postfixadmin/Makefile +++ b/mail/postfixadmin/Makefile @@ -27,7 +27,6 @@ OPTIONS+= POSTFIX_LOCAL "RUN_DEPEND on postfix" off .include <bsd.port.pre.mk> USE_APACHE= 1.3+ -WANT_PHP_PEAR= yes USE_PHP= pcre session .ifndef(WITHOUT_MYSQL) diff --git a/mail/squirrelmail-devel/Makefile b/mail/squirrelmail-devel/Makefile index 787ba9ee5acf..25aea698e108 100644 --- a/mail/squirrelmail-devel/Makefile +++ b/mail/squirrelmail-devel/Makefile @@ -24,7 +24,6 @@ WANT_PHP_WEB= yes USE_BZIP2= yes .ifdef WITH_DATABASE -WANT_PHP_PEAR= yes RUN_DEPENDS+= ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 3082794917ea..3539b6945480 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -24,7 +24,6 @@ WANT_PHP_WEB= yes USE_BZIP2= yes .ifdef WITH_DATABASE -WANT_PHP_PEAR= yes RUN_DEPENDS+= ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB .endif |