diff options
author | dholland <dholland@pkgsrc.org> | 2012-03-27 18:43:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-03-27 18:43:30 +0000 |
commit | 6bb64a9b6106be8978ce2f300d47593e6368a22d (patch) | |
tree | cf08d8650dd51d2461bd983350fdac5f7afd069f | |
parent | b85acb4e14e7a6b28de02821c29d9ce4b635f47a (diff) | |
download | pkgsrc-6bb64a9b6106be8978ce2f300d47593e6368a22d.tar.gz |
Demands bison to build.
-rw-r--r-- | lang/mercury/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index cf2302beea7..b5090bba8a2 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2012/01/30 05:40:02 asau Exp $ +# $NetBSD: Makefile,v 1.38 2012/03/27 18:43:30 dholland Exp $ DISTNAME= mercury-compiler-11.07 PKGNAME= mercury-11.07 @@ -14,7 +14,7 @@ COMMENT= Modern logic/functional programming language PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake pax +USE_TOOLS+= gmake pax bison USE_TOOLS+= perl # ? USE_GNU_READLINE= yes # rl_prep_term_function INFO_FILES= # PLIST |