diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 17:57:58 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 17:57:58 +0800 |
commit | 2024599b17782ae972fc601af48270ce99c5e8aa (patch) | |
tree | abebb3592e667228f2c63f2981b1f9f3d1d51743 /www/horde2 | |
parent | b07e161f3bdebeec6fc7fde88ed226145959aa20 (diff) | |
download | freebsd-ports-gnome-2024599b17782ae972fc601af48270ce99c5e8aa.tar.gz freebsd-ports-gnome-2024599b17782ae972fc601af48270ce99c5e8aa.tar.zst freebsd-ports-gnome-2024599b17782ae972fc601af48270ce99c5e8aa.zip |
Fix dependencies after adding new pear ports and upgrading mod_php4
to 4.3.0.
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index bd9f426b7676..d7af11dabd8d 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -29,14 +29,11 @@ LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal .endif # Remark: pear-XML_sql2xml is included, but never used. -RUN_DEPENDS= ${PHP_LIB}/Console/Getopt.php:${PORTSDIR}/devel/pear-Console_Getopt \ - ${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ +RUN_DEPENDS= ${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ ${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date \ - ${PHP_LIB}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select \ ${PHP_LIB}/Log.php:${PORTSDIR}/sysutils/pear-Log \ - ${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \ - ${PHP_LIB}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket + ${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime NO_BUILD= yes USE_REINPLACE= yes |