summaryrefslogtreecommitdiff
path: root/graphics/rayshade
diff options
context:
space:
mode:
authortnn <tnn>2015-03-15 19:09:44 +0000
committertnn <tnn>2015-03-15 19:09:44 +0000
commit7b5c18ca3e76d47f17c493c594600ac6ed56bb3a (patch)
tree83c96da9608064d2be7a8f043258a37f0f6426b4 /graphics/rayshade
parentb7bd9ba14bf1eb838e6115095e10652d841b6aad (diff)
downloadpkgsrc-7b5c18ca3e76d47f17c493c594600ac6ed56bb3a.tar.gz
needs lex & yacc
Diffstat (limited to 'graphics/rayshade')
-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