aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-06-30 15:10:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-06-30 15:10:44 +0000
commitf41c62f044aead994c229d70cf0f27e65c5f58fc (patch)
tree66c5022fa30bab695e1b85a757623eabde823b67 /math
parent31d43b900f23d7d4e3688c692cbc1f89b7d10c50 (diff)
downloadports-f41c62f044aead994c229d70cf0f27e65c5f58fc.tar.gz
ports-f41c62f044aead994c229d70cf0f27e65c5f58fc.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/libtommath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index aa11dfd4d2de..4da2fee4d579 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -13,8 +13,7 @@ OPTIONS_DEFINE= DOCS SHARED
SHARED_DESC= Build shared library
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= gmake
-USE_BZIP2= yes
+USES= gmake tar:bzip2
ALL_TARGET= default
CFLAGS+= -fPIC
PORTDOCS= *
@@ -30,6 +29,7 @@ post-patch:
.if ${PORT_OPTIONS:MSHARED}
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
+USES+= libtool:keepla
USE_LDCONFIG= yes
PLIST_FILES+= lib/libtommath.la lib/libtommath.so.0 lib/libtommath.so
MAKEFILE= makefile.shared