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/geomview | |
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/geomview')
-rw-r--r-- | graphics/geomview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |