diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 15:58:26 +0800 |
commit | 064e7ef6bcce99a32f9cf869129c20c7cecafb64 (patch) | |
tree | 3ea57b0eb13388b8214230ebc608a769caa9b2b1 /security/rats | |
parent | 35eebca59551fc4a1048b606d36ce09b18704b54 (diff) | |
download | freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.gz freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.tar.zst freebsd-ports-gnome-064e7ef6bcce99a32f9cf869129c20c7cecafb64.zip |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
Diffstat (limited to 'security/rats')
-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 02732828b749..bf9fca9fdb35 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -7,6 +7,7 @@ PORTNAME= rats PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ http://www.securesoftware.com/rats/ @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= ports@FreeBSD.org COMMENT= Source code auditing tool -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ |