diff options
author | mva <mva@FreeBSD.org> | 2014-04-19 17:11:24 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-04-19 17:11:24 +0800 |
commit | 108e4560061c5f97d234d1532d7567449720ebdb (patch) | |
tree | 2e1d3e39b4ac1743b5679647e5bf875c17d65851 /lang | |
parent | 5688e563d06fe977966c6430374001e791bc7d96 (diff) | |
download | freebsd-ports-gnome-108e4560061c5f97d234d1532d7567449720ebdb.tar.gz freebsd-ports-gnome-108e4560061c5f97d234d1532d7567449720ebdb.tar.zst freebsd-ports-gnome-108e4560061c5f97d234d1532d7567449720ebdb.zip |
- Mark as BROKEN since the last lang/mono update.
It seems like mono's CscToolPath is unset somewhere,
causing the build to fail
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ironpython/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile index a030361fabaa..e0e37dc14634 100644 --- a/lang/ironpython/Makefile +++ b/lang/ironpython/Makefile @@ -21,6 +21,8 @@ GH_COMMIT= 568c234 SUB_FILES= ipy ipy64 +BROKEN= does not build with mono 3.4.0 + do-build: cd ${WRKSRC} && ${LOCALBASE}/bin/xbuild /t:Stage \ /p:Configuration=Release /p:ReferencedPlatform=V4 \ |