diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 10:51:06 +0000 |
commit | 69a0238e3d75f556db7dc2c87555a4ef5104f3c5 (patch) | |
tree | cb676c83527d1b7d54d9bad1fde7f2e312962458 /net | |
parent | 8591453412c236186a5685d06768b6e85e90109f (diff) | |
download | freebsd-ports-69a0238e3d75f556db7dc2c87555a4ef5104f3c5.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 |