aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2007-02-19 12:41:07 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2007-02-19 12:41:07 +0800
commit27080cdc2b30dee3b81c0f41e40c293d12b53994 (patch)
treef6c2482c8987018f7bae965131fffdd108ecbe62 /lang
parentc67828f803fd24130afa43fbdf795759645667f0 (diff)
downloadfreebsd-ports-gnome-27080cdc2b30dee3b81c0f41e40c293d12b53994.tar.gz
freebsd-ports-gnome-27080cdc2b30dee3b81c0f41e40c293d12b53994.tar.zst
freebsd-ports-gnome-27080cdc2b30dee3b81c0f41e40c293d12b53994.zip
Force build to use the bundled mcs instead of the system's mcs if Mono is
already installed. This clears up issues where some people could not build Mono if it was already installed.
Diffstat (limited to 'lang')
-rw-r--r--lang/mono/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 8c876daa9145..0ad6f6314c4b 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -8,7 +8,7 @@
PORTNAME= mono
PORTVERSION= 1.2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.go-mono.com/sources/mono/ \
${MASTER_SITE_LOCAL}
@@ -31,6 +31,7 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
CONFIGURE_ARGS= --program-transform-name=\'\' \
--with-gc=included \
--with-tls=pthread
+MAKE_ARGS= EXTERNAL_MCS=false
MAN1= al.1 cert2spc.1 certmgr.1 chktrust.1 cilc.1 disco.1 dtd2xsd.1 \
gacutil.1 genxs.1 ilasm.1 jay.1 macpack.1 makecert.1 mcs.1 \