diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-01-31 07:20:05 +0800 |
commit | 851fe01f3c02de8b97b480871b0c789c5b35e733 (patch) | |
tree | f33a174b6a5552d4dba8d6f712be4e39e2e255be /security/rats/Makefile | |
parent | 1c65d26bc810a0db556cccabc221c21b4ce3a980 (diff) | |
download | freebsd-ports-graphics-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.gz freebsd-ports-graphics-851fe01f3c02de8b97b480871b0c789c5b35e733.tar.zst freebsd-ports-graphics-851fe01f3c02de8b97b480871b0c789c5b35e733.zip |
Chase shlib bump of libexpat.
Diffstat (limited to 'security/rats/Makefile')
-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 bf9fca9fdb3..57f53432583 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 \ |