diff options
author | pav <pav@FreeBSD.org> | 2012-05-13 05:16:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-13 05:16:09 +0800 |
commit | 3b297e1ef1bba7afcb75f64d4e9724a36e00f0e8 (patch) | |
tree | 072aecf7406051230864366d382ccc93ba8806b4 /games/gbrainy/Makefile | |
parent | aeab8d3a6f50b959484103d4b8419eb1ad52b391 (diff) | |
download | freebsd-ports-gnome-3b297e1ef1bba7afcb75f64d4e9724a36e00f0e8.tar.gz freebsd-ports-gnome-3b297e1ef1bba7afcb75f64d4e9724a36e00f0e8.tar.zst freebsd-ports-gnome-3b297e1ef1bba7afcb75f64d4e9724a36e00f0e8.zip |
- Mark BROKEN: does not build
./Libraries/CSharpCompiler.cs(48,41): error CS1729: The type `Mono.CSharp.Report' does not contain a constructor that takes `1' arguments
/usr/local/lib/mono/4.0/Mono.CSharp.dll (Location of the symbol related to previous error)
./Libraries/CSharpCompiler.cs(50,37): error CS1729: The type `Mono.CSharp.Evaluator' does not contain a constructor that takes `2' arguments
/usr/local/lib/mono/4.0/Mono.CSharp.dll (Location of the symbol related to previous error)
Reported by: pointyhat
Diffstat (limited to 'games/gbrainy/Makefile')
-rw-r--r-- | games/gbrainy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 96a0453cc5ce..4cfd3e8f2622 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/mono-addins \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= does not build + USE_GNOME= desktopfileutils gnomehack gtksharp20 gnomesharp20 USE_GMAKE= yes USE_GETTEXT= yes |