diff options
author | snj <snj@pkgsrc.org> | 2004-04-14 00:00:19 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-14 00:00:19 +0000 |
commit | 616d329c3f603c601ecd9f73b2a2d2d067883901 (patch) | |
tree | d8ab82498a740f1f7af97dfaafca7acccce9532c /math/ntl/Makefile | |
parent | a1ef2152a76b95592ac5f38b1c17de80520336ea (diff) | |
download | pkgsrc-616d329c3f603c601ecd9f73b2a2d2d067883901.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r-- | math/ntl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 717ac41b023..fd45cf4aa62 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/14 00:00:19 snj Exp $ DISTNAME= ntl-5.3.1 CATEGORIES= math devel @@ -12,7 +12,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= # defined USE_LIBTOOL= yes MAKEFILE= makefile -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes -.include "../../devel/gmp/buildlink2.mk" +.include "../../devel/gmp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |