diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-11 02:54:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-11 02:54:30 +0000 |
commit | 3ba1381d111016363101248f14a9d3f47c97e4bd (patch) | |
tree | 039ecfb28500b1ecdbee992684e156ddca5f4fc8 /math | |
parent | e4434c55ff3ee9520bba519c41a0ef9826fe274b (diff) | |
download | pkgsrc-3ba1381d111016363101248f14a9d3f47c97e4bd.tar.gz |
add YACC= definition to explicitly select bison instead of letting the
default setting of 'yacc' get passed to the configure environment.
Diffstat (limited to 'math')
-rw-r--r-- | math/cassowary/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |