diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-03 15:22:47 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-03 15:22:47 +0800 |
commit | c6e6562c72d051a4f09581ea47d530984d4380c4 (patch) | |
tree | d2f909f9d24fd205a083b1539196054a7d6e51d3 /security | |
parent | 337d49f4ac49607c0c83e482aba7d3fb100abbe3 (diff) | |
download | freebsd-ports-gnome-c6e6562c72d051a4f09581ea47d530984d4380c4.tar.gz freebsd-ports-gnome-c6e6562c72d051a4f09581ea47d530984d4380c4.tar.zst freebsd-ports-gnome-c6e6562c72d051a4f09581ea47d530984d4380c4.zip |
Correct expat shlib version number.
Submitted by: bento
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 \ |