diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 22:35:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 22:35:50 +0000 |
commit | 773f58ad90933a112460ffa31d8bce5363d99544 (patch) | |
tree | c372aedab9feb256e09e34a2ce299f653cebe585 /math | |
parent | a3651159c3e15605f3987159988b05df730e2e8b (diff) | |
download | pkgsrc-773f58ad90933a112460ffa31d8bce5363d99544.tar.gz |
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.
Diffstat (limited to 'math')
-rw-r--r-- | math/eukleides/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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" |