summaryrefslogtreecommitdiff
path: root/math/ntl/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-14 00:00:19 +0000
committersnj <snj>2004-04-14 00:00:19 +0000
commit6b6c39b4c823ec3ec232156e81abb7ae439cf4e8 (patch)
treed8ab82498a740f1f7af97dfaafca7acccce9532c /math/ntl/Makefile
parent25ae9a875f53adc9ee823c39c88333d0857687ba (diff)
downloadpkgsrc-6b6c39b4c823ec3ec232156e81abb7ae439cf4e8.tar.gz
Convert to buildlink3.
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r--math/ntl/Makefile6
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"