summaryrefslogtreecommitdiff
path: root/misc/cassowary/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-02 00:01:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-02 00:01:48 +0000
commit9516d67ea8c4c93ee0a80464af097c7916afe76b (patch)
tree8418acd60aa616bda8601804efe7566f80d1d54e /misc/cassowary/Makefile
parentsybase and sybase-ct are mutually exclusive. So split Sybase into SybaseDB (diff)
Make this port USE_BISON -- it declares "%pure_parser".
Notes
Notes: svn path=/head/; revision=26482
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r--misc/cassowary/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile
index 0147d6e4dac0..27ce29aed1f6 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>