diff options
author | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
commit | 21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /graphics | |
parent | 9102ea67210a656f775e13a6addd64a62798560d (diff) | |
download | pkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 4 | ||||
-rw-r--r-- | graphics/dx/Makefile | 4 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 45fe0cc90a8..2cf695b0db7 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/02/22 19:30:03 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2007/11/17 12:04:12 rillig Exp $ # DISTNAME= aqsis-0.6.4 @@ -12,7 +12,7 @@ COMMENT= Renderman clone GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex GCC_REQD+= 2.95.3 USE_LANGUAGES= c c++ 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} diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index a4c1aa70faa..b06c91f4f1e 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/05/21 02:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2007/11/17 12:04:13 rillig Exp $ DISTNAME= geomview-1.8.1 PKGREVISION= 6 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.geomview.org/ COMMENT= Interactive geometry viewing program +USE_TOOLS+= lex USE_LANGUAGES= c c++ USE_X11BASE= yes GNU_CONFIGURE= yes |