aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/cassowary/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk>