From ebae260c5fbf9dc48f62fbfe25eb22480baa0993 Mon Sep 17 00:00:00 2001 From: tnn Date: Sun, 15 Mar 2015 19:09:44 +0000 Subject: needs lex & yacc --- graphics/rayshade/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit v1.2.3