diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 19:09:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 19:09:44 +0000 |
commit | ebae260c5fbf9dc48f62fbfe25eb22480baa0993 (patch) | |
tree | 83c96da9608064d2be7a8f043258a37f0f6426b4 | |
parent | 0cadda8f95dd95e403342d69ac0a2da574fed4b0 (diff) | |
download | pkgsrc-ebae260c5fbf9dc48f62fbfe25eb22480baa0993.tar.gz |
needs lex & yacc
-rw-r--r-- | graphics/rayshade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 0d2abacff36..798c5a339e4 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/02/27 14:35:01 tnn Exp $ +# $NetBSD: Makefile,v 1.38 2015/03/15 19:09:44 tnn Exp $ DISTNAME= rayshade.4.0.6 PKGNAME= rayshade-4.0.6 @@ -12,6 +12,7 @@ COMMENT= Extensible system for creating ray-traced images HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure +USE_TOOLS+= lex yacc BUILD_TARGET= INSTALLATION_DIRS= bin lib share/doc/rayshade share/examples/rayshade WRKSRC= ${WRKDIR}/rayshade.4.0 |