diff options
-rw-r--r-- | www/horde-meta/Makefile | 7 | ||||
-rw-r--r-- | www/horde4-meta/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile index 385cadd85ac0..e735d0f2b27a 100644 --- a/www/horde-meta/Makefile +++ b/www/horde-meta/Makefile @@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ GOLLEM "Web-Based File Manager" off \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ - VACATION "Vacation & Auto Respond" off + VACATION "Vacation & Auto Respond" off \ + TREAN "Bookmark Manager" off .include <bsd.port.pre.mk> @@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation .endif +.if defined(WITH_TREAN) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index 385cadd85ac0..e735d0f2b27a 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -29,7 +29,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ GOLLEM "Web-Based File Manager" off \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ - VACATION "Vacation & Auto Respond" off + VACATION "Vacation & Auto Respond" off \ + TREAN "Bookmark Manager" off .include <bsd.port.pre.mk> @@ -83,6 +84,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-p RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation .endif +.if defined(WITH_TREAN) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |