Explicitly disable C# support. Mono is known to have issues at time, so

don't try to look for it.
This commit is contained in:
joerg 2009-02-10 19:50:47 +00:00
parent c15efe169f
commit a9ecd753f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.4 2003/11/12 19:47:54 dbj Exp $ # $NetBSD: Makefile,v 1.5 2009/02/10 19:50:47 joerg Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
MODULE= gettext MODULE= gettext
CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \ CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
--with-included-gettext --with-included-gettext --disable-csharp
MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q} MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost" .include "${.CURDIR}/../Makefile.gnuhost"