summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-05-11 22:16:10 +0000
committerjmc <jmc@pkgsrc.org>2003-05-11 22:16:10 +0000
commitc47d2046386d93eb91fc51fff1df64fc65b53b1a (patch)
treecf46d1650b57596d72088ace263b9dad1b4448fd /math
parent587e286ee5b0ef838606c7f740bdfc2b9602c8a7 (diff)
downloadpkgsrc-c47d2046386d93eb91fc51fff1df64fc65b53b1a.tar.gz
Including gmp's buildlink2.mk won't do much without USE_BUILDLINK2 enabled...
Diffstat (limited to 'math')
-rw-r--r--math/ntl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index a5e564e9ec9..f204bc0b269 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/04/30 00:14:00 jtb Exp $
+# $NetBSD: Makefile,v 1.11 2003/05/11 22:16:10 jmc Exp $
DISTNAME= ntl-5.3.1
WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -12,6 +12,7 @@ COMMENT= C++ library for doing number theory
NO_CONFIGURE= # defined
USE_LIBTOOL= yes
MAKEFILE= makefile
+USE_BUILDLINK2= yes
.include "../../devel/gmp/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"