diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-17 12:04:11 +0000 |
commit | 6dd739168326614c1b85808f04d83ae79046a03f (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /math | |
parent | 03bd34e2e8b646d7bc08efe57a1ce6839b89bb8e (diff) | |
download | pkgsrc-6dd739168326614c1b85808f04d83ae79046a03f.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'math')
-rw-r--r-- | math/eukleides/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 258d0df6661..c85a252c342 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/08/01 21:17:45 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/11/17 12:04:13 rillig Exp $ DISTNAME= eukleides.1.0.1 PKGNAME= eukleides-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Euclidean geometry drawing language DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit BUILD_TARGET= eukleides -USE_TOOLS+= bash:run bison gmake makeinfo +USE_TOOLS+= bash:run bison gmake makeinfo lex INFO_FILES= # PLIST REPLACE_BASH= euk2edit euk2eps |