diff options
-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 |