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 /security | |
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 'security')
-rw-r--r-- | security/rats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index ca91ef23f05b..2ad754041e23 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -7,12 +7,13 @@ PORTNAME= rats PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://www.securesoftware.com/rats/ MAINTAINER= kris@FreeBSD.org -LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ |