diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-29 01:12:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-29 01:12:13 +0800 |
commit | 50b83edc3ff92e7b4f3b4a38a14cf8f18776feff (patch) | |
tree | 10b871d3e71c73b67c584a3e893737304d9e7c73 /lang | |
parent | 901aac2ebadeb8b07695103366a6e3aca8510db2 (diff) | |
download | freebsd-ports-graphics-50b83edc3ff92e7b4f3b4a38a14cf8f18776feff.tar.gz freebsd-ports-graphics-50b83edc3ff92e7b4f3b4a38a14cf8f18776feff.tar.zst freebsd-ports-graphics-50b83edc3ff92e7b4f3b4a38a14cf8f18776feff.zip |
Add USE_BISON.
Submitted by: bento
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 91f2cc37d16..a7ff1990647 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \ USE_LIBTOOL= yes USE_REINPLACE= yes +USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ LDFLAGS="-L${LOCALBASE}/lib" |