diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-21 12:49:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-21 12:49:10 +0000 |
commit | ec495ae38c6c81ca2137c1733625fa56ebc39096 (patch) | |
tree | 1217317f227c59be59076239617328cb33068f76 /mail/vexim | |
parent | ba196c19c6dec9d3ef5d652f57a64331d88eaddb (diff) | |
download | ports-ec495ae38c6c81ca2137c1733625fa56ebc39096.tar.gz ports-ec495ae38c6c81ca2137c1733625fa56ebc39096.zip |
Notes
Diffstat (limited to 'mail/vexim')
-rw-r--r-- | mail/vexim/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/vexim/Makefile b/mail/vexim/Makefile index 844d31bc7ecf..3f09614b801b 100644 --- a/mail/vexim/Makefile +++ b/mail/vexim/Makefile @@ -6,6 +6,7 @@ PORTNAME= vexim PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://silverwraith.com/vexim/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -13,13 +14,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= john@yoafrica.com COMMENT= A web interface for managing virtual domains for exim +RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB + VEXIMDIR= www/${PORTNAME} WRKSRC= ${WRKDIR}/vexim2 SUB_FILES= pkg-message NO_BUILD= yes -USE_APACHE= yes -USE_PHP= yes +USE_PHP= gettext session OPTIONS= MYSQL "Use MySQL" On \ PGSQL "Use PostgreSQL" Off @@ -28,10 +30,12 @@ OPTIONS= MYSQL "Use MySQL" On \ .if !defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL) USE_MYSQL= yes +USE_PHP+= mysql .endif .if defined(WITH_PGSQL) WITH_PGSQL= yes +USE_PHP+= pgsql .endif post-patch: |