aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:24:50 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:24:50 +0800
commit4dfc6042022e101e90b351219441c67371439b31 (patch)
treeeedabaab99607470fde50ef4b66849a9338f9d12 /net-p2p/libtorrent
parent9eb8c385666acd072810cc992a74bd476351e531 (diff)
downloadfreebsd-ports-gnome-4dfc6042022e101e90b351219441c67371439b31.tar.gz
freebsd-ports-gnome-4dfc6042022e101e90b351219441c67371439b31.tar.zst
freebsd-ports-gnome-4dfc6042022e101e90b351219441c67371439b31.zip
- Strip library
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 718e7f0f1669..fdad41132303 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libtorrent
PORTVERSION= 0.13.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
@@ -18,6 +18,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debug
CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLBASE}/lib -ssl -crypto" OPENSSL_CFLAGS="-I${OPENSSLBASE}/include"
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= KQUEUE IPV6
OPTIONS_DEFAULT= KQUEUE