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/cadaver/Makefile | |
parent | Upgrade to 1.95.7 (shlib major is bumped to 5). (diff) |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to '')
-rw-r--r-- | www/cadaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 21abe0c85d72..356d6134b7ad 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -7,13 +7,14 @@ PORTNAME= cadaver PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ MAINTAINER= ports@FreeBSD.org COMMENT= Commandline client for DAV -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 \ +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \ neon.24:${PORTSDIR}/www/neon USE_GETOPT_LONG= yes |