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 | 105dd4b97c54eed4e1f53f2f160ed2da56f5e596 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /graphics/dx/Makefile | |
parent | c1332c0f01c1db2ba680a1e6d7321650f1173ec0 (diff) | |
download | pkgsrc-105dd4b97c54eed4e1f53f2f160ed2da56f5e596.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r-- | graphics/dx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 7ea54067bec..958045fe46b 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/01/17 23:47:20 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2007/11/17 12:04:12 rillig Exp $ DISTNAME= dx-4.4.4 PKGREVISION= 1 @@ -11,7 +11,7 @@ COMMENT= Open Visualization Data Explorer USE_LANGUAGES= c c++ USE_X11BASE= yes -USE_TOOLS+= gmake lex sh +USE_TOOLS+= gmake lex yacc sh GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-javadx CONFIGURE_ENV+= bsh_path=${TOOLS_SH:Q} |