diff options
author | pav <pav@FreeBSD.org> | 2007-07-21 20:49:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-21 20:49:10 +0800 |
commit | 693c1d5bc15788a6e33279aa1c1bc1e50b01833a (patch) | |
tree | 5b82dcc173df370608f0fca234d4fdc01c67d958 /mail | |
parent | 338d7bdb270d800bd66711bea27dcf43fba986dd (diff) | |
download | freebsd-ports-gnome-693c1d5bc15788a6e33279aa1c1bc1e50b01833a.tar.gz freebsd-ports-gnome-693c1d5bc15788a6e33279aa1c1bc1e50b01833a.tar.zst freebsd-ports-gnome-693c1d5bc15788a6e33279aa1c1bc1e50b01833a.zip |
- 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)
Diffstat (limited to 'mail')
-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: |