diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /www/neon26 | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'www/neon26')
-rw-r--r-- | www/neon26/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile index 34b1a10fd62b..e4890cb93461 100644 --- a/www/neon26/Makefile +++ b/www/neon26/Makefile @@ -7,14 +7,14 @@ PORTNAME= neon PORTVERSION= 0.24.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ MAINTAINER= lev@FreeBSD.org COMMENT= An HTTP and WebDAV client library for Unix systems -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 INSTALLS_SHLIB= yes |