pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/nbase



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Wed May  1 13:36:28 UTC 2019

Modified Files:
        pkgsrc/sysutils/nbase: Makefile

Log Message:
Always use devel/byacc


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/nbase/Makefile

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

Modified files:

Index: pkgsrc/sysutils/nbase/Makefile
diff -u pkgsrc/sysutils/nbase/Makefile:1.2 pkgsrc/sysutils/nbase/Makefile:1.3
--- pkgsrc/sysutils/nbase/Makefile:1.2  Wed May  1 12:21:04 2019
+++ pkgsrc/sysutils/nbase/Makefile      Wed May  1 13:36:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/05/01 12:21:04 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/01 13:36:28 cheusov Exp $
 #
 
 DISTNAME=      nbase-7.0.0.4
@@ -11,10 +11,11 @@ COMMENT=    NetBSD userlevel portable to ot
 LICENSE=       modified-bsd
 
 GITHUB_PROJECT=        nbase
-BUILD_DEPENDS+=        mk-configure>=0.31.0:../../devel/mk-configure
+BUILD_DEPENDS+=        mk-configure>=0.31.0:../../devel/mk-configure \
+               byacc-[0-9]*:../../devel/byacc
 
 USE_LANGUAGES=         c
-USE_TOOLS+=            yacc lex
+USE_TOOLS+=            lex # native yacc on OpenBSD is not good
 
 TEST_TARGET=           test
 



Home | Main Index | Thread Index | Old Index