diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-06 23:33:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-06 23:33:54 +0800 |
commit | 15e6db83c8afe1d77b3314d627671719b48e81e9 (patch) | |
tree | 70ad7807d8bb775fd4718c84625a37d352d849f6 /net-p2p | |
parent | 60a0dc8b1273c52267f92114842720291dcfdec5 (diff) | |
download | freebsd-ports-gnome-15e6db83c8afe1d77b3314d627671719b48e81e9.tar.gz freebsd-ports-gnome-15e6db83c8afe1d77b3314d627671719b48e81e9.tar.zst freebsd-ports-gnome-15e6db83c8afe1d77b3314d627671719b48e81e9.zip |
Force to build with --with-libiconv
Submitted by: Jeroen van der Ham <jeroen@dckd.nl>
Reported by: Jeroen van der Ham <jeroen@dckd.nl>, rm
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16-python/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-16/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile index e2b73eb72914..76de8c9fc35d 100644 --- a/net-p2p/libtorrent-rasterbar-16-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/libtorrent-rasterbar-16/Makefile b/net-p2p/libtorrent-rasterbar-16/Makefile index 0259a576bf3f..bf7c9365e73f 100644 --- a/net-p2p/libtorrent-rasterbar-16/Makefile +++ b/net-p2p/libtorrent-rasterbar-16/Makefile @@ -2,7 +2,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 0.16.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= GOOGLE_CODE PROJECTHOST= libtorrent @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --disable-debug \ --with-boost-system=boost_system \ --enable-geoip \ --with-libgeoip \ + --with-iconv \ --with-openssl=${OPENSSLBASE} PORTDOCS= * |