aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-12-26 08:17:59 +0800
committermiwi <miwi@FreeBSD.org>2009-12-26 08:17:59 +0800
commitfc801745f8971ea36702b3ee1fadcc84f1d43c23 (patch)
tree568ae5a8d41bf3f95cc7f94c6c8470b8422c9548 /mail
parentf546020d5a5f94d9f92454f553f8943a99796d5c (diff)
downloadfreebsd-ports-gnome-fc801745f8971ea36702b3ee1fadcc84f1d43c23.tar.gz
freebsd-ports-gnome-fc801745f8971ea36702b3ee1fadcc84f1d43c23.tar.zst
freebsd-ports-gnome-fc801745f8971ea36702b3ee1fadcc84f1d43c23.zip
- Add missing php5 dependency
PR: 141779 Submitted by: olli hauer (ohauer@gmx.de) Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/postfixadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index 07538cd0bcf3..441e364675c1 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= postfixadmin
PORTVERSION= 2.3
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -25,7 +26,7 @@ OPTIONS+= PGSQL "PostgreSQL back-end (use pgsql PHP extension)" off
.include <bsd.port.pre.mk>
-USE_PHP= pcre session mbstring
+USE_PHP= pcre session mbstring sql xmlrpc
.if !defined(WITHOUT_MYSQL)
USE_PHP+= mysql