diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-11 23:34:48 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-11 23:34:48 +0000 |
commit | 40147290ea8efdede6081d182536aa001811dd56 (patch) | |
tree | 9a2800ad6d93035633ff2d86086374e22afabfdb /math/eukleides | |
parent | 8b87e33355010fe63eb3a282a95667d1a5fb3a89 (diff) | |
download | pkgsrc-40147290ea8efdede6081d182536aa001811dd56.tar.gz |
Needs bison, lost during update
Diffstat (limited to 'math/eukleides')
-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 ed3c9de005b..3a109ab3b65 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/06/10 12:24:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2013/06/11 23:34:48 dholland Exp $ DISTNAME= eukleides-1.5.4 CATEGORIES= math @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v3 DEPENDS+= getopt-[0-9]*:../../misc/getopt -USE_TOOLS+= bash:run gmake lex makeinfo yacc +USE_TOOLS+= bash:run bison gmake lex makeinfo yacc INFO_FILES= yes REPLACE_BASH= bash/* |