diff options
author | pav <pav@FreeBSD.org> | 2012-02-19 05:16:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-02-19 05:16:50 +0800 |
commit | c1c61c52017d958355f238db3c20b217d66de9c8 (patch) | |
tree | 169eefaacbbd9757180c42a12c74576a259dca23 /net | |
parent | ecd3f3ec25d0198131446b33e6c534ce786818bc (diff) | |
download | freebsd-ports-gnome-c1c61c52017d958355f238db3c20b217d66de9c8.tar.gz freebsd-ports-gnome-c1c61c52017d958355f238db3c20b217d66de9c8.tar.zst freebsd-ports-gnome-c1c61c52017d958355f238db3c20b217d66de9c8.zip |
- Chase libACE shlib major version bump
Reported by: pointyhat
Pointy hat to: miwi
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 b4f7ed3ac378..997bde920f1a 100644 --- a/net/bfilter/Makefile +++ b/net/bfilter/Makefile @@ -7,13 +7,14 @@ PORTNAME= bfilter PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Smart filtering HTTP proxy -LIB_DEPENDS= ACE.5:${PORTSDIR}/devel/ace \ +LIB_DEPENDS= ACE.6:${PORTSDIR}/devel/ace \ sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 GNU_CONFIGURE= yes |