diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-19 05:24:50 +0800 |
commit | 4dfc6042022e101e90b351219441c67371439b31 (patch) | |
tree | eedabaab99607470fde50ef4b66849a9338f9d12 /net-p2p/libtorrent | |
parent | 9eb8c385666acd072810cc992a74bd476351e531 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |