diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 15:41:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 15:41:05 +0800 |
commit | 65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed (patch) | |
tree | 68f192472b408e25323d3dca318375272bfafdf0 /textproc/raptor2 | |
parent | c0d91637d3a31d1b09329c416a2d0e6917c1bed8 (diff) | |
download | freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.tar.gz freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.tar.zst freebsd-ports-gnome-65ae01a8ddde0321b02f1769a8c1cd28ed1a1fed.zip |
Bump PORTREVISION and expat shlib.
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 5a5e95a330c2..df8ac3981ab6 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -8,7 +8,7 @@ PORTNAME= raptor PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - expat.3:${PORTSDIR}/textproc/expat2 \ + expat.4:${PORTSDIR}/textproc/expat2 \ xmlparse.1:${PORTSDIR}/www/libwww LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config |