diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 07:41:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 07:41:05 +0000 |
commit | 0120547e6dee5a16a2cb9c2eefb53fc30ee5f522 (patch) | |
tree | 2d5d5fcb7e765c461a891b321f83d136e51db810 /www/cadaver/Makefile | |
parent | Update to 4.2.11. (diff) |
Bump PORTREVISION and expat shlib.
Diffstat (limited to 'www/cadaver/Makefile')
-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 72921d536f2b..e35dd04efa3c 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -7,13 +7,14 @@ PORTNAME= cadaver PORTVERSION= 0.20.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - expat.3:${PORTSDIR}/textproc/expat2 + expat.4:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |