From 3ba1381d111016363101248f14a9d3f47c97e4bd Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 11 May 2000 02:54:30 +0000 Subject: add YACC= definition to explicitly select bison instead of letting the default setting of 'yacc' get passed to the configure environment. --- math/cassowary/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index dcddcef4f81..eae7fa718f5 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/05 17:21:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/11 02:54:30 dmcmahill Exp $ # DISTNAME= cassowary-0.50 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes +YACC= ${LOCALBASE}/bin/bison -y CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3