diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-21 03:31:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-21 03:31:25 +0800 |
commit | 2f7dd750c5d024e43c4ba705cba79959d05e952d (patch) | |
tree | 038009dac3e69ab4fe7fc61a07b6efc2b73e00f6 /www/horde4-base/Makefile | |
parent | 646957842b043fab9a1c48863f9bc6c10cef4ac1 (diff) | |
download | freebsd-ports-gnome-2f7dd750c5d024e43c4ba705cba79959d05e952d.tar.gz freebsd-ports-gnome-2f7dd750c5d024e43c4ba705cba79959d05e952d.tar.zst freebsd-ports-gnome-2f7dd750c5d024e43c4ba705cba79959d05e952d.zip |
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/horde4-base/Makefile')
-rw-r--r-- | www/horde4-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index c7da1a6e431a..d33a5e9dfbb0 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-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 \ |