diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 4a868f8a2add17cdf73316057699ee6cec0908e4 (patch) | |
tree | e16a055a7017bc6875079719f93b536da2bb9deb /www/neon29 | |
parent | 8e9dca3d94fe335ede6da94f41dabe6fec5e23f6 (diff) | |
download | ports-4a868f8a2add17cdf73316057699ee6cec0908e4.tar.gz ports-4a868f8a2add17cdf73316057699ee6cec0908e4.zip |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Notes
Notes:
svn path=/head/; revision=103969
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index 34b1a10fd62b..e4890cb93461 100644 --- a/www/neon29/Makefile +++ b/www/neon29/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 |