diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-20 19:31:25 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-20 19:31:25 +0000 |
commit | 2f7dd750c5d024e43c4ba705cba79959d05e952d (patch) | |
tree | 038009dac3e69ab4fe7fc61a07b6efc2b73e00f6 /www/horde | |
parent | 646957842b043fab9a1c48863f9bc6c10cef4ac1 (diff) | |
download | FreeBSD-ports-2f7dd750c5d024e43c4ba705cba79959d05e952d.zip FreeBSD-ports-2f7dd750c5d024e43c4ba705cba79959d05e952d.tar.gz |
Chase pear-Mail_Mime upgrade (PR ports/79433):
the dependency on pear-Mail has been removed, but it is required by Horde.
Reported by: Juergen Unger <j.unger (at) addict.de>
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index c7da1a6..d33a5e9 100644 --- a/www/horde/Makefile +++ b/www/horde/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 \ |