diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile index fede4929c9b7..736f478048b0 100644 --- a/www/horde-meta/Makefile +++ b/www/horde-meta/Makefile @@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ VACATION "Vacation & Auto Respond" off \ TREAN "Bookmark Manager" off \ NIC "Network Monitor" off \ - ANSEL "Photo Gallery" off + ANSEL "Photo Gallery" off \ + WHUPS "Bug Tracking/Ticket System" off .include @@ -98,6 +99,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/hord RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel .endif +.if defined(WITH_WHUPS) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index fede4929c9b7..736f478048b0 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -32,7 +32,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ VACATION "Vacation & Auto Respond" off \ TREAN "Bookmark Manager" off \ NIC "Network Monitor" off \ - ANSEL "Photo Gallery" off + ANSEL "Photo Gallery" off \ + WHUPS "Bug Tracking/Ticket System" off .include @@ -98,6 +99,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/hord RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel .endif +.if defined(WITH_WHUPS) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/whups/index.php:${PORTSDIR}/devel/horde-whups +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message