summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-21 12:49:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-21 12:49:10 +0000
commitec495ae38c6c81ca2137c1733625fa56ebc39096 (patch)
tree1217317f227c59be59076239617328cb33068f76 /mail
parent- Update to 2.17 (diff)
- Add missed dependencies on php and pear modules
PR: ports/112753 Submitted by: Joao Rocha Braga Filho <goffredo@uol.com.br> Approved by: maintainer timeout (1 month)
Notes
Notes: svn path=/head/; revision=195980
Diffstat (limited to 'mail')
-rw-r--r--mail/vexim/Makefile8
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: