diff options
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r-- | mail/postfixadmin/Makefile | 3 |
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 |