pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/picopb



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 16 20:54:32 UTC 2016

Modified Files:
        pkgsrc/devel/picopb: Makefile

Log Message:
needs yacc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/picopb/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/picopb/Makefile
diff -u pkgsrc/devel/picopb/Makefile:1.2 pkgsrc/devel/picopb/Makefile:1.3
--- pkgsrc/devel/picopb/Makefile:1.2    Sat Feb  6 18:49:57 2016
+++ pkgsrc/devel/picopb/Makefile        Fri Sep 16 20:54:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/02/06 18:49:57 agc Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/16 20:54:32 wiedi Exp $
 
 DISTNAME=      picopb-20150628
 CATEGORIES=    devel
@@ -12,6 +12,7 @@ LICENSE=      2-clause-bsd
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
+USE_TOOLS+=    yacc
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index