aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent-devel/Makefile
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-09-26 06:39:28 +0800
committerflz <flz@FreeBSD.org>2006-09-26 06:39:28 +0800
commit5e848d827c05c3ea8f216422fdb59ea6d64fd465 (patch)
tree0f75b5020b5ffd7bc5e4e24804a410bc58e7216f /net-p2p/libtorrent-devel/Makefile
parent65608a52f0830c7261f5ce5fbdce10bbb8775e03 (diff)
downloadfreebsd-ports-graphics-5e848d827c05c3ea8f216422fdb59ea6d64fd465.tar.gz
freebsd-ports-graphics-5e848d827c05c3ea8f216422fdb59ea6d64fd465.tar.zst
freebsd-ports-graphics-5e848d827c05c3ea8f216422fdb59ea6d64fd465.zip
- Update to 0.10.2. [1]
- Support kqueue polling. [2] PR: ports/103508 [1] Submitted by: Toni Viemero <toni.viemero@iki.fi> [1] Dennis Schneider <dans-at-1158888366@berlin.ccc.de> [2]
Diffstat (limited to 'net-p2p/libtorrent-devel/Makefile')
-rw-r--r--net-p2p/libtorrent-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile
index 7517e83e744..3c50f3084e8 100644
--- a/net-p2p/libtorrent-devel/Makefile
+++ b/net-p2p/libtorrent-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libtorrent-devel
-PORTVERSION= 0.10.0
+PORTVERSION= 0.10.2
PORTREVISION= 0
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
@@ -22,4 +22,8 @@ CONFLICTS= libtorrent-[0-9]*
EXTRA_PATCHES= ${.CURDIR}/files/devel-*
+.if defined(WITH_KQUEUE)
+CONFIGURE_ARGS=--with-kqueue
+.endif
+
.include "${MASTERDIR}/Makefile"