diff options
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" |