From ca997ffa02b11615bdb7ffad9efbed99eb6da8cb Mon Sep 17 00:00:00 2001 From: itetcu Date: Sat, 17 Jun 2006 19:59:20 +0000 Subject: Make RUN_DEPENDS to be listed only once. --- mail/postfixadmin/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/postfixadmin') 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 +USE_APACHE= 1.3+ +WANT_PHP_PEAR= yes +USE_PHP= pcre session RUN_DEPENDS+= postfix>=2[0-9]*:${PORTSDIR}/mail/postfix .ifndef(WITHOUT_MYSQL) -- cgit