summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-04 13:29:43 +0000
committerwiz <wiz@pkgsrc.org>2008-12-04 13:29:43 +0000
commit34a1eb1f8931d1952a667326b7bb5a431a75e878 (patch)
tree9a1be1884826a3c34e7004c310aa05b50a8993a8 /devel/gettext
parent9fcd8fdfc7125147842ee65ca4235bf1051f69de (diff)
downloadpkgsrc-34a1eb1f8931d1952a667326b7bb5a431a75e878.tar.gz
Add --disable-csharp to configure flags, to avoid mono being found.
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 23c8568d690..7c040919eb2 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2008/06/20 01:09:12 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2008/12/04 13:29:43 wiz Exp $
DISTNAME= gettext-0.14.6
PKGREVISION= 1
@@ -20,6 +20,7 @@ USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
SHLIBTOOL_OVERRIDE= # empty
CONFIGURE_ARGS+= --without-included-gettext
+CONFIGURE_ARGS+= --disable-csharp
CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ=
CONFIGURE_ENV+= HAVE_GCJ_IN_PATH=
CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH=