From 6d8b323ab090ee089aba09dd01f19e558a5802bf Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 10 Aug 2014 19:26:38 +0000 Subject: Replace some dependencies on libtool with USES=libtool:build or a dependency on libtoolize --- math/libtommath/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/libtommath') diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 4da2fee4d579..c38b906c352f 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -2,6 +2,7 @@ PORTNAME= libtommath PORTVERSION= 0.42.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://libtom.org/files/ DISTNAME= ltm-${PORTVERSION} @@ -28,10 +29,9 @@ post-patch: ${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR?=|' ${WRKSRC}/${MAKEFILE} .if ${PORT_OPTIONS:MSHARED} -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -USES+= libtool:keepla +USES+= libtool:build USE_LDCONFIG= yes -PLIST_FILES+= lib/libtommath.la lib/libtommath.so.0 lib/libtommath.so +PLIST_FILES+= lib/libtommath.so.0 lib/libtommath.so MAKEFILE= makefile.shared .else MAKEFILE= makefile -- cgit v1.2.3