diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 17:12:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-28 17:12:13 +0000 |
commit | 052c4e41bb237e3d5616ccf6d3b816681b916234 (patch) | |
tree | 528c8937d1e6fd7939e630171b02b85866948898 /lang/mono/Makefile | |
parent | 60b4371a3c8297797ec276251a4690faf0a8d10d (diff) |
Notes
Diffstat (limited to 'lang/mono/Makefile')
-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 91f2cc37d16b..a7ff1990647f 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" |