aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:50 +0000
commit9e5d6f9bcb3bc1abd0e38353b12f3c8d39474977 (patch)
treeeedabaab99607470fde50ef4b66849a9338f9d12 /net-p2p
parent6cef903a9f9f2315811632b9f8b7ce00a54e3884 (diff)
downloadports-9e5d6f9bcb3bc1abd0e38353b12f3c8d39474977.tar.gz
ports-9e5d6f9bcb3bc1abd0e38353b12f3c8d39474977.zip
- Strip library
Notes
Notes: svn path=/head/; revision=390078
Diffstat (limited to 'net-p2p')
-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