pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk fix our idea of which platforms have bison.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dd0cc777812
branches:  trunk
changeset: 471607:0dd0cc777812
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Mar 29 14:03:09 2004 +0000

description:
fix our idea of which platforms have bison.

diffstat:

 mk/tools.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a3ebfd82ad33 -r 0dd0cc777812 mk/tools.mk
--- a/mk/tools.mk       Mon Mar 29 13:49:42 2004 +0000
+++ b/mk/tools.mk       Mon Mar 29 14:03:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.31 2004/03/11 19:38:12 tv Exp $
+# $NetBSD: tools.mk,v 1.32 2004/03/29 14:03:09 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -142,7 +142,7 @@
 _TOOLS_OPSYS_HAS_GNU.patch+=   Darwin-*-* FreeBSD-*-* Interix-*-* Linux-*-*
 _TOOLS_OPSYS_HAS_GNU.patch+=   NetBSD-*-* OpenBSD-*-*
 _TOOLS_OPSYS_HAS_GNU.sed+=     FreeBSD-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.yacc+=    FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.yacc+=    Linux-*-*
 
 # These platforms have GNUish versions of the tools available in the base
 # system, which we already define as ${AWK}, ${SED}, etc. (refer to



Home | Main Index | Thread Index | Old Index