aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-10-27 07:29:17 +0800
committerflz <flz@FreeBSD.org>2006-10-27 07:29:17 +0800
commit1354a573bf42de7135c6c0cfef5d3481248f22f5 (patch)
tree55e6a7e9016fb04378155104b8237eec78614ae8 /net-p2p
parent1e48e9510e065d98db3da20ae00806dc79485cac (diff)
downloadfreebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.tar.gz
freebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.tar.zst
freebsd-ports-gnome-1354a573bf42de7135c6c0cfef5d3481248f22f5.zip
Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: portmgr (marcus)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index c3d75b8d4dea..5cb495b5b904 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= libtorrent
PORTVERSION?= 0.10.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
@@ -37,7 +37,7 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure
.if !defined(WITHOUT_KQUEUE)
-CONFIGURE_ARGS=--with-kqueue
+CONFIGURE_ARGS+= --with-kqueue
.endif
.include <bsd.port.post.mk>