diff options
author | asami <asami@FreeBSD.org> | 2000-03-02 08:01:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-02 08:01:48 +0800 |
commit | 19b737fb0a1a4bf1b07072c2aa5f6a2825b9ec89 (patch) | |
tree | 244d25e3d37f366e8faf63186c190055505c4cd6 /misc | |
parent | 0c59bc601205215c7b0e315613852516101a82b8 (diff) | |
download | freebsd-ports-graphics-19b737fb0a1a4bf1b07072c2aa5f6a2825b9ec89.tar.gz freebsd-ports-graphics-19b737fb0a1a4bf1b07072c2aa5f6a2825b9ec89.tar.zst freebsd-ports-graphics-19b737fb0a1a4bf1b07072c2aa5f6a2825b9ec89.zip |
Make this port USE_BISON -- it declares "%pure_parser".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cassowary/Makefile | 3 |
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> |