diff options
author | flz <flz@FreeBSD.org> | 2006-10-27 04:11:45 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-10-27 04:11:45 +0800 |
commit | e755f7698a8cc254ab4b3ca14fd7d298e631d485 (patch) | |
tree | 593760081b074f66d82da65603c89df3e4ae87c1 /net-p2p/libtorrent-devel | |
parent | 0225287798accfd86b09d45cbadcdfb3b9764c34 (diff) | |
download | freebsd-ports-gnome-e755f7698a8cc254ab4b3ca14fd7d298e631d485.tar.gz freebsd-ports-gnome-e755f7698a8cc254ab4b3ca14fd7d298e631d485.tar.zst freebsd-ports-gnome-e755f7698a8cc254ab4b3ca14fd7d298e631d485.zip |
- Update libtorrent to 0.10.3.
Approved by: portmgr (erwin)
Diffstat (limited to 'net-p2p/libtorrent-devel')
-rw-r--r-- | net-p2p/libtorrent-devel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-devel/Makefile b/net-p2p/libtorrent-devel/Makefile index e5b5618e1f8a..ab53855761c2 100644 --- a/net-p2p/libtorrent-devel/Makefile +++ b/net-p2p/libtorrent-devel/Makefile @@ -22,8 +22,4 @@ CONFLICTS= libtorrent-[0-9]* EXTRA_PATCHES= ${.CURDIR}/files/devel-* -.if defined(WITH_KQUEUE) -CONFIGURE_ARGS=--with-kqueue -.endif - .include "${MASTERDIR}/Makefile" |