diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 12:53:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 12:53:40 +0800 |
commit | 61af3758f10ea7a8fc43184efcb3791aed1058c4 (patch) | |
tree | 4cf285ec225adbee389c799624b09f8134bf2069 /www | |
parent | 7d0a7374b1401bbe397dbba741f9ca45af21389a (diff) | |
download | freebsd-ports-gnome-61af3758f10ea7a8fc43184efcb3791aed1058c4.tar.gz freebsd-ports-gnome-61af3758f10ea7a8fc43184efcb3791aed1058c4.tar.zst freebsd-ports-gnome-61af3758f10ea7a8fc43184efcb3791aed1058c4.zip |
devel/pear-HTML_Select: superseded by devel/pear-HTML_Select_Common
PR: ports/47769
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'www')
-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 5c401d3382e1..bce0c91bb26e 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -7,6 +7,7 @@ PORTNAME= horde PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \ ftp://ftp.au.horde.org/pub/horde/ \ @@ -32,7 +33,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 \ + ${PHP_LIB}/HTML/Select.php:${PORTSDIR}/devel/pear-HTML_Select_Common \ ${PHP_LIB}/Log.php:${PORTSDIR}/sysutils/pear-Log \ ${PHP_LIB}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime |