diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-22 16:45:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-22 16:45:30 +0000 |
commit | 9dfd20650ff606b03e8065beb419528e1e1b3f50 (patch) | |
tree | 579c4adc5fcfa435f9fb87d3b70cc0c4521a164a /net | |
parent | 54a9081a400881efe8efd5935da063d26547900f (diff) | |
download | freebsd-ports-9dfd20650ff606b03e8065beb419528e1e1b3f50.zip |
- Chase libraries for new libtre version
Diffstat (limited to 'net')
-rw-r--r-- | net/bfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bfilter/Makefile b/net/bfilter/Makefile index 6614e6b347dd..4bbbd99bca5a 100644 --- a/net/bfilter/Makefile +++ b/net/bfilter/Makefile @@ -7,6 +7,7 @@ PORTNAME= bfilter PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= krion@FreeBSD.org COMMENT= Smart filtering HTTP proxy LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - tre.3:${PORTSDIR}/textproc/libtre \ + tre.4:${PORTSDIR}/textproc/libtre \ sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 GNU_CONFIGURE= yes |