diff options
author | krion <krion@FreeBSD.org> | 2004-05-10 18:51:06 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-10 18:51:06 +0800 |
commit | 84e4e7746e5622efe160d20deb9896ccae16d6bf (patch) | |
tree | e62ef16e0ee72ce252252f803aedd4606c82b71f /net | |
parent | 92589a671adee1577e043ba78022b3f7d61f4f20 (diff) | |
download | freebsd-ports-gnome-84e4e7746e5622efe160d20deb9896ccae16d6bf.tar.gz freebsd-ports-gnome-84e4e7746e5622efe160d20deb9896ccae16d6bf.tar.zst freebsd-ports-gnome-84e4e7746e5622efe160d20deb9896ccae16d6bf.zip |
- Chase libraries for new textproc/libtre version
Diffstat (limited to 'net')
-rw-r--r-- | net/bfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bfilter/Makefile b/net/bfilter/Makefile index bb0ee53fb353..e380ed9889fc 100644 --- a/net/bfilter/Makefile +++ b/net/bfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bfilter PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Smart filtering HTTP proxy LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - tre.4:${PORTSDIR}/textproc/libtre \ + tre.5:${PORTSDIR}/textproc/libtre \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 GNU_CONFIGURE= yes |