diff options
Diffstat (limited to 'math/ntl/Makefile')
-rw-r--r-- | math/ntl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 82528f94024..6704d04a647 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:30 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= ntl-5.3.1 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.shoup.net/ntl/ COMMENT= C++ library for doing number theory WRKSRC= ${WRKDIR}/${DISTNAME}/src -NO_CONFIGURE= # defined +NO_CONFIGURE= yes USE_LIBTOOL= yes MAKEFILE= makefile |