diff options
author | will <will@FreeBSD.org> | 2003-02-16 04:55:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-02-16 04:55:55 +0000 |
commit | d94258bf36502c1cd65dcfeb1f0b2c1e20add5e9 (patch) | |
tree | 3ace294fdd14b5511a145cb13c65fcfd2bd08ea1 /www/horde2 | |
parent | c4f186535fe5c77657661c16b81be5965faaf481 (diff) | |
download | FreeBSD-ports-d94258bf36502c1cd65dcfeb1f0b2c1e20add5e9.zip FreeBSD-ports-d94258bf36502c1cd65dcfeb1f0b2c1e20add5e9.tar.gz |
Correct the dependency so INDEX builds.
Diffstat (limited to 'www/horde2')
-rw-r--r-- | www/horde2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index 5420819..f4e309a 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -31,7 +31,7 @@ LIB_DEPENDS+= mcal.0:${PORTSDIR}/misc/libmcal # Remark: pear-XML_sql2xml is included, but never used. RUN_DEPENDS= ${PHP_LIB}/Crypt/CBC.php:${PORTSDIR}/security/pear-Crypt_CBC \ ${PHP_LIB}/Date.php:${PORTSDIR}/devel/pear-Date \ - ${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select_Common \ + ${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 |