diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-30 09:57:58 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-30 09:57:58 +0000 |
commit | 41b944474b4bde0f66927bcf305b28b99d001687 (patch) | |
tree | ae3242d02f4af2f6da42d9174dc062addd9ce766 /www | |
parent | 2f54b7c5a28ba38baa70e6fd390b2e26c29a04d3 (diff) | |
download | ports-41b944474b4bde0f66927bcf305b28b99d001687.tar.gz ports-41b944474b4bde0f66927bcf305b28b99d001687.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>
Notes
Notes:
svn path=/head/; revision=74265
Diffstat (limited to 'www')
-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 |