diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-02 08:32:23 +0000 |
commit | f338d15c2455aef74c106f0ca145983344eab90d (patch) | |
tree | bfd46524f45d2cc9e2ed602dc026ec5fb4800ff5 /math | |
parent | 8a439171451ec097e47403c9542494202e0049d2 (diff) | |
download | pkgsrc-f338d15c2455aef74c106f0ca145983344eab90d.tar.gz |
Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
Diffstat (limited to 'math')
-rw-r--r-- | math/xeukleides/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index c2ac4775c3a..9440fd63696 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/10/04 21:47:58 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/12/02 08:32:24 rillig Exp $ DISTNAME= xeukleides.1.0.0 PKGNAME= xeukleides-1.0.0 @@ -15,7 +15,7 @@ DEPENDS+= eukleides>=1.0.1:../../math/eukleides USE_X11BASE= yes BUILD_TARGET= xeukleides -USE_TOOLS+= gmake +USE_TOOLS+= gmake flex .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |