diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-19 01:52:46 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-19 01:52:46 +0000 |
commit | ac349fb47c70c1d3def376e389ed4e2b565c192a (patch) | |
tree | f225e63ae23b2783a8e446629d8dc67a8d15065c | |
parent | cc27c3639e8fad4cf67ec046dc80903af16880da (diff) | |
download | ports-ac349fb47c70c1d3def376e389ed4e2b565c192a.tar.gz ports-ac349fb47c70c1d3def376e389ed4e2b565c192a.zip |
Notes
-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 |