diff options
author | beech <beech@FreeBSD.org> | 2008-02-29 07:05:42 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-29 07:05:42 +0800 |
commit | 527e9fe0a423a447eaabed1358f1731cdee0512b (patch) | |
tree | 09db80243c2e9605f5049aa1c55dade39752e28b /www/horde4-meta | |
parent | af3170d446b04bc65b8de9800dfac6630d2c747a (diff) | |
download | freebsd-ports-gnome-527e9fe0a423a447eaabed1358f1731cdee0512b.tar.gz freebsd-ports-gnome-527e9fe0a423a447eaabed1358f1731cdee0512b.tar.zst freebsd-ports-gnome-527e9fe0a423a447eaabed1358f1731cdee0512b.zip |
- Add devel/horde-whups
Diffstat (limited to 'www/horde4-meta')
-rw-r--r-- | www/horde4-meta/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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 <bsd.port.pre.mk> @@ -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 |