pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rgbds



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 17 18:17:59 UTC 2018

Modified Files:
        pkgsrc/devel/rgbds: Makefile

Log Message:
rgbds: add lex and yacc to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/rgbds/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/rgbds/Makefile
diff -u pkgsrc/devel/rgbds/Makefile:1.1 pkgsrc/devel/rgbds/Makefile:1.2
--- pkgsrc/devel/rgbds/Makefile:1.1     Wed Aug 15 15:25:10 2018
+++ pkgsrc/devel/rgbds/Makefile Fri Aug 17 18:17:59 2018
@@ -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 @@ COMMENT=      Assembler/linker package for th
 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