aboutsummaryrefslogtreecommitdiff
path: root/www/horde-meta
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-23 02:48:13 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-23 02:48:13 +0000
commitc1f557645f5445d53ed38fa25a3829083356c287 (patch)
treea0875187d14f1f48aecfe6f33632b7b4c9f23968 /www/horde-meta
parent12f78f37d000972cae465dd737160878df35763b (diff)
downloadports-c1f557645f5445d53ed38fa25a3829083356c287.tar.gz
ports-c1f557645f5445d53ed38fa25a3829083356c287.zip
Notes
Diffstat (limited to 'www/horde-meta')
-rw-r--r--www/horde-meta/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile
index c611505fa282..4b964c26a083 100644
--- a/www/horde-meta/Makefile
+++ b/www/horde-meta/Makefile
@@ -7,7 +7,7 @@
PORTNAME= meta
PORTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www
MASTER_SITES= # Empty
DISTFILES= # None
@@ -20,6 +20,7 @@ LHORDEDIR?= www/horde
OPTIONS= ANSEL "Photo Gallery" off \
CHORA "CVS Web Viewer" off \
+ DIMP "Dynamic Imp" off \
GOLLEM "Web-Based File Manager" off \
HERMES "Time Tracking Application" off \
HPASSWD "Password Changing Module" off \
@@ -48,6 +49,11 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
.endif
+.if defined(WITH_DIMP)
+RUN_DEPENDS+=
+${LOCALBASE}/${LHORDEDIR}/dimp/compose.php:${PORTSDIR}/mail/horde-dimp
+.endif
+
.if !defined(WITHOUT_INGO)
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
.endif