diff options
Diffstat (limited to 'math/ntl')
-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 87265e4f1da..cc0a9c623b4 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 23:46:21 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/29 21:45:43 jtb Exp $ DISTNAME= ntl-5.0c CATEGORIES= math devel @@ -7,7 +7,7 @@ MASTER_SITES= http://www.shoup.net/ntl/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.shoup.net/ntl/ -DEPENDS+= gmp-[0-9]*:../../devel/gmp +DEPENDS+= gmp>=3.1.1:../../devel/gmp WRKSRC= ${WRKDIR}/${DISTNAME}/src NO_CONFIGURE= YES |