diff options
-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" |