diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-29 21:45:43 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-29 21:45:43 +0000 |
commit | e34ad478341d7ad27909c0d514fe1e2d00fcc4f4 (patch) | |
tree | f3a25d95062cf1ad43ee3a927a1d88581b5ed0e9 /math/ntl | |
parent | 7a50d29e2f0489ee192487c71f3929953f75e825 (diff) | |
download | pkgsrc-e34ad478341d7ad27909c0d514fe1e2d00fcc4f4.tar.gz |
Needs gmp>=3.1.1
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 |