diff options
author | thierry <thierry@FreeBSD.org> | 2004-09-01 02:53:45 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-09-01 02:53:45 +0800 |
commit | c54138ac8a3f4b203f6f39c86a642f54f41b737c (patch) | |
tree | ea858d966975b22e384a391d2e65a7bd04d7d399 /www/horde2 | |
parent | 0504cf11481f18bf833fdb9524828eaa6a5e0eba (diff) | |
download | freebsd-ports-gnome-c54138ac8a3f4b203f6f39c86a642f54f41b737c.tar.gz freebsd-ports-gnome-c54138ac8a3f4b203f6f39c86a642f54f41b737c.tar.zst freebsd-ports-gnome-c54138ac8a3f4b203f6f39c86a642f54f41b737c.zip |
Add a dependency towards databases/pear-DB since it is no more
brought by sysutils/pear-Log.
No need to bump PORTREVISION.
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 231ef275de71..91f76b1b6e5d 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -48,7 +48,8 @@ COMMENT= A common code-base used by Horde applications, written in PHP RUN_DEPENDS= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime + ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ + ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB NO_BUILD= yes USE_PHP= domxml gettext session |