diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-17 19:59:20 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-17 19:59:20 +0000 |
commit | aec8453469cf5c934d3b6555d68e23ff6de8cdf3 (patch) | |
tree | ced0fece2769ae4ddaab3188399db64ad20a649e /mail/postfixadmin | |
parent | Add php-session and php-pcre to the lsit of RUN_DEPENDS adn bump PORTREVISION. (diff) |
Make RUN_DEPENDS to be listed only once.
Notes
Notes:
svn path=/head/; revision=165661
Diffstat (limited to 'mail/postfixadmin')
-rw-r--r-- | mail/postfixadmin/Makefile | 8 |
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) |