summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-15 19:09:44 +0000
committertnn <tnn@pkgsrc.org>2015-03-15 19:09:44 +0000
commitebae260c5fbf9dc48f62fbfe25eb22480baa0993 (patch)
tree83c96da9608064d2be7a8f043258a37f0f6426b4 /graphics
parent0cadda8f95dd95e403342d69ac0a2da574fed4b0 (diff)
downloadpkgsrc-ebae260c5fbf9dc48f62fbfe25eb22480baa0993.tar.gz
needs lex & yacc
Diffstat (limited to 'graphics')
-rw-r--r--graphics/rayshade/Makefile3
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