summaryrefslogtreecommitdiff
path: root/math/ntl
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-03 22:16:50 +0000
committerjtb <jtb>2001-05-03 22:16:50 +0000
commit759f81b4d53f35068ed3bbc0f4d0d4738fecb34a (patch)
tree6d546238847f53dafb711ab723c50b9db30ea28f /math/ntl
parentb842dfa5f5198b7662d3d04eac8970ceebb3c655 (diff)
downloadpkgsrc-759f81b4d53f35068ed3bbc0f4d0d4738fecb34a.tar.gz
Add defaults for all instances of EVAL_PREFIX.
Diffstat (limited to 'math/ntl')
-rw-r--r--math/ntl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index c963962dc1e..ca96c8ab327 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:53 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/03 22:16:51 jtb Exp $
DISTNAME= ntl-5.0c
CATEGORIES= math devel
@@ -16,6 +16,7 @@ NO_CONFIGURE= #defined
MAKEFILE= makefile
+GMP_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= GMP_PREFIX=gmp
.include "../../mk/bsd.pkg.mk"