svn commit: r359860 - head/math/libtommath

Pietro Cerutti gahr at FreeBSD.org
Mon Jun 30 15:10:44 UTC 2014


Author: gahr
Date: Mon Jun 30 15:10:44 2014
New Revision: 359860
URL: http://svnweb.freebsd.org/changeset/ports/359860
QAT: https://qat.redports.org/buildarchive/r359860/

Log:
  - Convert to USES=tar:bz2 libtool:keepla

Modified:
  head/math/libtommath/Makefile

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Mon Jun 30 15:08:56 2014	(r359859)
+++ head/math/libtommath/Makefile	Mon Jun 30 15:10:44 2014	(r359860)
@@ -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


More information about the svn-ports-head mailing list