diff options
-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 |