diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /security/rats | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) | |
download | ports-a06ee65df0af4a27507365d7991910fcc6881d95.tar.gz ports-a06ee65df0af4a27507365d7991910fcc6881d95.zip |
Chase shlib bump of libexpat.
Notes
Notes:
svn path=/head/; revision=154857
Diffstat (limited to 'security/rats')
-rw-r--r-- | security/rats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index bf9fca9fdb35..57f534325832 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -7,7 +7,7 @@ PORTNAME= rats PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ http://www.securesoftware.com/rats/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= ports@FreeBSD.org COMMENT= Source code auditing tool -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ |