summaryrefslogtreecommitdiff
path: root/mail/postfixadmin
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-26 00:17:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-26 00:17:59 +0000
commit08afa1456d69e7ffdc940d470811e15d4eef061e (patch)
tree833d840b7c56852d7debaa288818d30c904c08c3 /mail/postfixadmin
parent- Update to 0.14 (diff)
- Add missing php5 dependency
PR: 141779 Submitted by: olli hauer (ohauer@gmx.de) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=246676
Diffstat (limited to 'mail/postfixadmin')
-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