diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 15:33:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-06 15:33:54 +0000 |
commit | 02f5523ed0be325ba074073d68079e8e7130f9fb (patch) | |
tree | 70ad7807d8bb775fd4718c84625a37d352d849f6 /net-p2p | |
parent | 7babc1bb95232dc09d5019b337df03038e8fd950 (diff) | |
download | ports-02f5523ed0be325ba074073d68079e8e7130f9fb.tar.gz ports-02f5523ed0be325ba074073d68079e8e7130f9fb.zip |
Notes
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= * |