From 8c728ccb4495bd668a323096839d5fff28ebe081 Mon Sep 17 00:00:00 2001 From: jtb Date: Wed, 30 Apr 2003 00:14:00 +0000 Subject: [PATCH] Remove superfluous DEPENDS line - inclusion of gmp/buildlink2.mk takes care of that. --- math/ntl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 74ea009da2c2..a5e564e9ec98 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