pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/rayshade needs lex & yacc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa9b2209ff2a
branches:  trunk
changeset: 648596:aa9b2209ff2a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 19:09:44 2015 +0000

description:
needs lex & yacc

diffstat:

 graphics/rayshade/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f9fb572afc9d -r aa9b2209ff2a graphics/rayshade/Makefile
--- a/graphics/rayshade/Makefile        Sun Mar 15 19:08:23 2015 +0000
+++ b/graphics/rayshade/Makefile        Sun Mar 15 19:09:44 2015 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index