diff options
Diffstat (limited to 'www/horde4-meta/Makefile')
-rw-r--r-- | www/horde4-meta/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile index e735d0f2b27a..73c6f7455f5b 100644 --- a/www/horde4-meta/Makefile +++ b/www/horde4-meta/Makefile @@ -30,7 +30,9 @@ OPTIONS= IMP "IMAP Webmail System" on \ JETA "Java SSH Applets" off \ HPASSWD "Password Changing Module" off \ VACATION "Vacation & Auto Respond" off \ - TREAN "Bookmark Manager" off + TREAN "Bookmark Manager" off \ + NIC "Network Monitor" off \ + ANSEL "Photo Gallery" off .include <bsd.port.pre.mk> @@ -88,6 +90,14 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/trean/data.php:${PORTSDIR}/www/horde-trean .endif +.if defined(WITH_NIC) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nic/status.php:${PORTSDIR}/net-mgmt/horde-nic +.endif + +.if defined(WITH_ANSEL) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-ansel +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |