summaryrefslogtreecommitdiff
path: root/devel/gettext-tools
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-03-03 18:02:22 +0000
committerdrochner <drochner@pkgsrc.org>2008-03-03 18:02:22 +0000
commitbc150e8f0ea5df0c72bad7c5336bff0f6a5fec94 (patch)
tree65cf842d168d384cf6b6070914d2a4e8101b312e /devel/gettext-tools
parentf1df3d5b809b44985359797744ab1fba1fd77ebb (diff)
downloadpkgsrc-bc150e8f0ea5df0c72bad7c5336bff0f6a5fec94.tar.gz
explicite disable C#, otherwise "mcs" might be picked up,
leading to chaos
Diffstat (limited to 'devel/gettext-tools')
-rw-r--r--devel/gettext-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile
index d0167f7517d..6f97a77ad69 100644
--- a/devel/gettext-tools/Makefile
+++ b/devel/gettext-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/12/21 20:35:31 jnemeth Exp $
+# $NetBSD: Makefile,v 1.11 2008/03/03 18:02:22 drochner Exp $
DISTNAME= gettext-0.14.6
PKGNAME= gettext-tools-0.14.6
@@ -19,6 +19,7 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --disable-csharp
CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ= ac_cv_prog_JAR=
CONFIGURE_ENV+= HAVE_GCJ_IN_PATH=
CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH=