diff options
author | gahr <gahr@FreeBSD.org> | 2014-06-30 23:10:44 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-06-30 23:10:44 +0800 |
commit | 9a5c33bc8c17a6dcfab3f9b2cca44527178492de (patch) | |
tree | 66c5022fa30bab695e1b85a757623eabde823b67 /math | |
parent | 3dedccce988a7baae890c9a2c801421c35ac6db6 (diff) | |
download | freebsd-ports-gnome-9a5c33bc8c17a6dcfab3f9b2cca44527178492de.tar.gz freebsd-ports-gnome-9a5c33bc8c17a6dcfab3f9b2cca44527178492de.tar.zst freebsd-ports-gnome-9a5c33bc8c17a6dcfab3f9b2cca44527178492de.zip |
- Convert to USES=tar:bz2 libtool:keepla
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 4 |
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 |