diff options
author | jtb <jtb> | 2003-04-30 00:14:00 +0000 |
---|---|---|
committer | jtb <jtb> | 2003-04-30 00:14:00 +0000 |
commit | cf9fd6a25dce6fcda0f8fef2fb3d903e782dfd17 (patch) | |
tree | ee68c3e7b1c05e3359c05e228f7e64ab34f2591e | |
parent | 837cdfdc75f0751bd457f63cc9e3e26c56acda64 (diff) | |
download | pkgsrc-cf9fd6a25dce6fcda0f8fef2fb3d903e782dfd17.tar.gz |
Remove superfluous DEPENDS line - inclusion of gmp/buildlink2.mk
takes care of that.
-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 |