aboutsummaryrefslogtreecommitdiff
path: root/lang/ironpython
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-05-12 22:02:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-05-12 22:02:57 +0000
commit12dbf7cee0cb6f35353bc7e4309f7f89d9dfa6e0 (patch)
treee3d1b74a4d76131b3d03801658c41b192c5f1d54 /lang/ironpython
parent72454a105097e4db783700d05b49428383818d42 (diff)
downloadports-12dbf7cee0cb6f35353bc7e4309f7f89d9dfa6e0.tar.gz
ports-12dbf7cee0cb6f35353bc7e4309f7f89d9dfa6e0.zip
- Mark BROKEN: does not build
gmcs -t:exe -r:../IronPython.dll -out:../ipy.exe -recurse:IronPythonConsole/*.cs IronPythonConsole/PythonCommandLine.cs(512,36): error CS0012: The type `IronMath.ISlice' is defined in an assembly that is not referenced. Consider adding a reference to assembly `IronMath, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=null' Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=296508
Diffstat (limited to 'lang/ironpython')
-rw-r--r--lang/ironpython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile
index 4e4cad9e1e52..4fb6a33071b9 100644
--- a/lang/ironpython/Makefile
+++ b/lang/ironpython/Makefile
@@ -18,6 +18,8 @@ COMMENT= New Python implementation targeting the .NET
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+BROKEN= does not build
+
WRKSRC= ${WRKDIR}/IronPython-${PORTVERSION}
USE_ZIP= yes
USE_GMAKE= yes