aboutsummaryrefslogtreecommitdiff
path: root/mail/postfixadmin
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 19:59:20 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-17 19:59:20 +0000
commitaec8453469cf5c934d3b6555d68e23ff6de8cdf3 (patch)
treeced0fece2769ae4ddaab3188399db64ad20a649e /mail/postfixadmin
parent524a1ba605ab6d36b85642c2a68e08d2fe716f0c (diff)
downloadports-aec8453469cf5c934d3b6555d68e23ff6de8cdf3.tar.gz
ports-aec8453469cf5c934d3b6555d68e23ff6de8cdf3.zip
Notes
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r--mail/postfixadmin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfixadmin/Makefile b/mail/postfixadmin/Makefile
index 6296087a38c4..b8a2e46c0d6e 100644
--- a/mail/postfixadmin/Makefile
+++ b/mail/postfixadmin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfixadmin
PORTVERSION= 2.1.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail www
MASTER_SITES= http://high5.net/postfixadmin/ \
http://sce-tindy.tecnik93.com/FreeBSD/ports/${PORTNAME}/sources/
@@ -16,10 +16,7 @@ EXTRACT_SUFX= .tgz
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+
SUB_FILES+= pkg-message
@@ -28,6 +25,9 @@ OPTIONS+= PGSQL "Use PostgresQL to store config data" off
.include <bsd.port.pre.mk>
+USE_APACHE= 1.3+
+WANT_PHP_PEAR= yes
+USE_PHP= pcre session
RUN_DEPENDS+= postfix>=2[0-9]*:${PORTSDIR}/mail/postfix
.ifndef(WITHOUT_MYSQL)