diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/ntl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 74ea009da2c..a5e564e9ec9 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/29 12:41:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2003/04/30 00:14:00 jtb Exp $ DISTNAME= ntl-5.3.1 WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -9,8 +9,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.shoup.net/ntl/ COMMENT= C++ library for doing number theory -DEPENDS+= gmp>=3.1.1:../../devel/gmp - NO_CONFIGURE= # defined USE_LIBTOOL= yes MAKEFILE= makefile |