aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-10-26 23:29:17 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-10-26 23:29:17 +0000
commit6f42870970045094909020df4eec2be3d91060c7 (patch)
tree405414f5bb278c85daf23ba9d0530d8c97d16c1d
parentea7063ce507f8ec31edaa1ab9525c6881f4e2b18 (diff)
downloadports-6f42870970045094909020df4eec2be3d91060c7.tar.gz
ports-6f42870970045094909020df4eec2be3d91060c7.zip
Don't override CONFIGURE_ARGS when KQUEUE is on.
Reported by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=175535
-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>