diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-20 19:31:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-20 19:31:25 +0000 |
commit | 702431b3f1e11e4ca15f7a0296ccea15dd64f197 (patch) | |
tree | 285795cc9d84421fd2d0ef7a66a28177dce542fc /www/horde-base | |
parent | 29666178edb4e86077e75ac5d5cc5a470c08b79c (diff) |
Notes
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index c7da1a6e431a..d33a5e9dfbb0 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -7,6 +7,7 @@ PORTNAME= horde PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.planetmirror.com/pub/horde/horde/ \ @@ -83,6 +84,7 @@ COMMENT= A common code-base used by Horde applications, written in PHP RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ + ${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail \ ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ |