diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
commit | 6d8b323ab090ee089aba09dd01f19e558a5802bf (patch) | |
tree | c08ab05cbdf6d76f0a52b7669d4b086614aa4610 /math/libtommath | |
parent | 4601848c53c25de76df86f969f7ca39753dcad18 (diff) |
Notes
Diffstat (limited to 'math/libtommath')
-rw-r--r-- | math/libtommath/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |