pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rgbds rgbds: add lex and yacc to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be691c4811b6
branches:  trunk
changeset: 311773:be691c4811b6
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 17 18:17:59 2018 +0000

description:
rgbds: add lex and yacc to USE_TOOLS.

diffstat:

 devel/rgbds/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d3bbdfd91c6e -r be691c4811b6 devel/rgbds/Makefile
--- a/devel/rgbds/Makefile      Fri Aug 17 17:21:24 2018 +0000
+++ b/devel/rgbds/Makefile      Fri Aug 17 18:17:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/15 15:25:10 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/17 18:17:59 nia Exp $
 
 DISTNAME=      rgbds-0.3.7
 CATEGORIES=    devel
@@ -11,7 +11,7 @@
 LICENSE=       mit
 
 EXTRACT_USING= bsdtar
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config lex yacc
 
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index