diff options
author | dmcmahill <dmcmahill> | 2000-05-11 02:54:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-05-11 02:54:30 +0000 |
commit | f87396aa21d3940734a31b70ed815bf618944331 (patch) | |
tree | 039ecfb28500b1ecdbee992684e156ddca5f4fc8 /math/cassowary | |
parent | e0208927de945e854727138de792634b798cb783 (diff) | |
download | pkgsrc-f87396aa21d3940734a31b70ed815bf618944331.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/cassowary')
-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" |