aboutsummaryrefslogtreecommitdiff
path: root/security/libssh
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 18:41:15 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 18:41:15 +0000
commitbbc8c4d740872dbe971f6164448e5ba893cb166f (patch)
treec756810defa7862a81134a13cec391bfef55e24e /security/libssh
parent7eb500363752ce8dd82189f56d621b11450e92f9 (diff)
Notes
Diffstat (limited to 'security/libssh')
-rw-r--r--security/libssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 4048be3fa076..d8cb628b4f0a 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -16,8 +16,7 @@ OPTIONS_RADIO_CRYPTO= GCRYPT OPENSSL
OPTIONS_DEFAULT= OPENSSL STATIC
OPTIONS_SUB= yes
-USE_BZIP2= yes
-USES= cmake
+USES= cmake tar:bzip2
CMAKE_SOURCE_PATH= ${WRKSRC}
CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build
BUILD_WRKSRC= ${CONFIGURE_WRKSRC}