summaryrefslogtreecommitdiff
path: root/mail/postfixadmin
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 19:49:06 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 19:49:06 +0000
commit524a1ba605ab6d36b85642c2a68e08d2fe716f0c (patch)
treea441f0a267bb51f04efe40c76a931abbf173b5fa /mail/postfixadmin
parent- Update to 1.4.0 (diff)
Add php-session and php-pcre to the lsit of RUN_DEPENDS adn bump PORTREVISION.
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Notes
Notes: svn path=/head/; revision=165660
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r--mail/postfixadmin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index ac4683b04097..6296087a38c4 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfixadmin
PORTVERSION= 2.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail www
MASTER_SITES= http://high5.net/postfixadmin/ \
http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -17,6 +17,7 @@ MAINTAINER= itetcu@FreeBSD.org
COMMENT= PHP web-based management tool for Postfix virtual domains and users
WANT_PHP_PEAR= yes
+USE_PHP= pcre session
NO_BUILD= yes
USE_APACHE= 1.3+
@@ -30,11 +31,11 @@ OPTIONS+= PGSQL "Use PostgresQL to store config data" off
RUN_DEPENDS+= postfix>=2[0-9]*:${PORTSDIR}/mail/postfix
.ifndef(WITHOUT_MYSQL)
-USE_PHP= mysql
+USE_PHP+= mysql
.endif
.ifdef(WITH_PGSQL)
-USE_PHP= pgsql
+USE_PHP+= pgsql
.endif
.ifdef(WITHOUT_MYSQL) && !defined(WITH_PGSQL)