diff options
author | jtb <jtb@pkgsrc.org> | 2003-04-30 00:14:00 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-04-30 00:14:00 +0000 |
commit | 8c728ccb4495bd668a323096839d5fff28ebe081 (patch) | |
tree | ee68c3e7b1c05e3359c05e228f7e64ab34f2591e | |
parent | b85f2370dc367f21b9bfa26e820f97bb52754b7c (diff) | |
download | pkgsrc-8c728ccb4495bd668a323096839d5fff28ebe081.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 |