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 | 8151e56f817402b191843f14529e92e33ad194ce (patch) | |
tree | c372aedab9feb256e09e34a2ce299f653cebe585 /math/eukleides | |
parent | 57e0133f1dd64bd7acda38687f3bc3a54297141b (diff) | |
download | pkgsrc-8151e56f817402b191843f14529e92e33ad194ce.tar.gz |
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on the bison package.
Diffstat (limited to 'math/eukleides')
-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" |