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 /security/rats | |
parent | 4d7b06bb904abf6716d61f0c5826628e991e1c81 (diff) | |
download | ports-0120547e6dee5a16a2cb9c2eefb53fc30ee5f522.tar.gz ports-0120547e6dee5a16a2cb9c2eefb53fc30ee5f522.zip |
Notes
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 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 \ |