From 19b737fb0a1a4bf1b07072c2aa5f6a2825b9ec89 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 2 Mar 2000 00:01:48 +0000 Subject: Make this port USE_BISON -- it declares "%pure_parser". --- misc/cassowary/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile index 0147d6e4dac..27ce29aed1f 100644 --- a/misc/cassowary/Makefile +++ b/misc/cassowary/Makefile @@ -16,10 +16,11 @@ BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ +CONFIGURE_ARGS= --with-guile-prefix=${LOCALBASE} \ --enable-guile-build \ --enable-permissive USE_GMAKE= yes USE_NEWGCC= yes +USE_BISON= yes .include -- cgit