diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-31 18:53:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-31 18:53:45 +0000 |
commit | 4ca2d77bed7f603a48a8e2edfb7b84b5253c24cf (patch) | |
tree | e14aefa4cd157cd3150ea82288e594bba6e94813 /www/horde2 | |
parent | be3ac29f18d44f465226bbd269e41bc8aaa8707e (diff) |
Notes
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 |