diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-02 00:01:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-02 00:01:48 +0000 |
commit | 9516d67ea8c4c93ee0a80464af097c7916afe76b (patch) | |
tree | 8418acd60aa616bda8601804efe7566f80d1d54e /misc | |
parent | 51b9eaadc260eff898cc1598a332bf701ea61ae2 (diff) |
Notes
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 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> |