diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-24 03:23:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-24 03:23:37 +0000 |
commit | 140c50e58513f4cf28f74b93e3f6f57bc039f256 (patch) | |
tree | db5e9185f025f25d4501712cb613052741f4d437 /security/rats/Makefile | |
parent | 587f0be5eb9ad6648bdc21dbdda2fe87eb738262 (diff) |
Notes
Diffstat (limited to 'security/rats/Makefile')
-rw-r--r-- | security/rats/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index 32da5f7232ac..fc03b392f176 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -6,13 +6,13 @@ # PORTNAME= rats -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= security devel -MASTER_SITES= http://www.securesw.com/rats/ +MASTER_SITES= http://www.securesoftware.com/rats/ MAINTAINER= kris@FreeBSD.org -LIB_DEPENDS= expat.1:${PORTSDIR}/textproc/expat +LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ |