diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-03-14 07:58:26 +0000 |
commit | 4a868f8a2add17cdf73316057699ee6cec0908e4 (patch) | |
tree | e16a055a7017bc6875079719f93b536da2bb9deb /security | |
parent | 8e9dca3d94fe335ede6da94f41dabe6fec5e23f6 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/rats/Makefile | 3 | ||||
-rw-r--r-- | security/vxquery/Makefile | 3 |
2 files changed, 4 insertions, 2 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 \ diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile index b1c79af280ad..6dfe8bfc1c35 100644 --- a/security/vxquery/Makefile +++ b/security/vxquery/Makefile @@ -7,6 +7,7 @@ PORTNAME= vxquery PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.vuxml.org/files/ @@ -21,7 +22,7 @@ GNU_CONFIGURE= YES .include <bsd.port.pre.mk> .if ${OSVERSION} < 501111 CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" -LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 .endif do-install: |