From 87ff4fe3946aaf6d0f7e208d7cbb15d7aac09984 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 5 Apr 2006 22:35:50 +0000 Subject: USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package. --- math/eukleides/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/eukleides') diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index c1a62417226..c81d9c36878 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/05 22:35:50 jlam Exp $ DISTNAME= eukleides.1.0.1 PKGNAME= eukleides-1.0.1 @@ -10,11 +10,10 @@ MAINTAINER= tsadowski@gmx.net HOMEPAGE= http://perso.wanadoo.fr/obrecht/ COMMENT= Euclidean geometry drawing language -BUILD_DEPENDS+= bison>=1.35:../../devel/bison DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit BUILD_TARGET= eukleides -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= bison gmake makeinfo INFO_FILES= eukleides.info .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3