diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-23 02:48:13 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-23 02:48:13 +0000 |
commit | c1f557645f5445d53ed38fa25a3829083356c287 (patch) | |
tree | a0875187d14f1f48aecfe6f33632b7b4c9f23968 /www | |
parent | 12f78f37d000972cae465dd737160878df35763b (diff) | |
download | ports-c1f557645f5445d53ed38fa25a3829083356c287.tar.gz ports-c1f557645f5445d53ed38fa25a3829083356c287.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-meta/Makefile | 8 | ||||
-rw-r--r-- | www/horde4-meta/Makefile | 8 |
2 files changed, 14 insertions, 2 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 diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index c611505fa282..4b964c26a083 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-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 |