diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 18:22:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-12 18:22:19 +0000 |
commit | b7a452579e9d4d11bae1603126b69a97c1e2f1ea (patch) | |
tree | 7fceb11863bd38de69fbd9a9b8d7cb9f668ab3a7 /www/horde-meta | |
parent | 0929218aaecfd98542ee68255444d12942298deb (diff) | |
download | ports-b7a452579e9d4d11bae1603126b69a97c1e2f1ea.tar.gz ports-b7a452579e9d4d11bae1603126b69a97c1e2f1ea.zip |
Notes
Diffstat (limited to 'www/horde-meta')
-rw-r--r-- | www/horde-meta/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/horde-meta/Makefile b/www/horde-meta/Makefile index da9d082ec04e..385cadd85ac0 100644 --- a/www/horde-meta/Makefile +++ b/www/horde-meta/Makefile @@ -28,7 +28,8 @@ OPTIONS= IMP "IMAP Webmail System" on \ CHORA "CVS Web Viewer" off \ GOLLEM "Web-Based File Manager" off \ JETA "Java SSH Applets" off \ - HPASSWD "Password Changing Module" off + HPASSWD "Password Changing Module" off \ + VACATION "Vacation & Auto Respond" off .include <bsd.port.pre.mk> @@ -78,6 +79,10 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/passwd/index.php:${PORTSDIR}/www/horde-passwd .endif +.if defined(WITH_VACATION) +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/vacation/main.php:${PORTSDIR}/mail/horde-vacation +.endif + post-configure: @${CAT} ${FILESDIR}/post-configure-message |