pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/nbase Use USE_TOOLS += byacc instead of expli...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2e51800c26d
branches: trunk
changeset: 423545:c2e51800c26d
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Thu Feb 20 13:22:56 2020 +0000
description:
Use USE_TOOLS += byacc instead of explicitely adding build dependency
diffstat:
sysutils/nbase/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 9034b6d7a614 -r c2e51800c26d sysutils/nbase/Makefile
--- a/sysutils/nbase/Makefile Thu Feb 20 12:36:34 2020 +0000
+++ b/sysutils/nbase/Makefile Thu Feb 20 13:22:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/02/19 22:37:38 cheusov Exp $
+# $NetBSD: Makefile,v 1.6 2020/02/20 13:22:56 cheusov Exp $
#
DISTNAME= nbase-7.0.0.7
@@ -11,11 +11,10 @@
LICENSE= modified-bsd
GITHUB_PROJECT= nbase
-BUILD_DEPENDS+= mk-configure>=0.34.0:../../devel/mk-configure \
- byacc-[0-9]*:../../devel/byacc
+BUILD_DEPENDS+= mk-configure>=0.34.0:../../devel/mk-configure
USE_LANGUAGES= c
-USE_TOOLS+= lex
+USE_TOOLS+= lex byacc
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index