diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-03 07:22:47 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-03 07:22:47 +0000 |
commit | cded41414409d8088574d9424fd9097471150b17 (patch) | |
tree | 1490300947d4bb3f9bf9e9ea0b5ebdfe3decdcad /security | |
parent | c20a8be8432fcc1f5fa5c274987fbb13e2853390 (diff) | |
download | ports-cded41414409d8088574d9424fd9097471150b17.tar.gz ports-cded41414409d8088574d9424fd9097471150b17.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index fc03b392f176..ca91ef23f05b 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.securesoftware.com/rats/ MAINTAINER= kris@FreeBSD.org -LIB_DEPENDS= expat.2:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.3:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ |