diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-07 04:05:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-07 04:05:56 +0800 |
commit | 32a6f95c63c451bb9ac64079496de08f29ec4a39 (patch) | |
tree | 355dc6e4f70074e054da8b776b4ef774a1dad483 /graphics/pinta | |
parent | f5ba805f556035fed56e3e74d65b7bef3f985430 (diff) | |
download | freebsd-ports-gnome-32a6f95c63c451bb9ac64079496de08f29ec4a39.tar.gz freebsd-ports-gnome-32a6f95c63c451bb9ac64079496de08f29ec4a39.tar.zst freebsd-ports-gnome-32a6f95c63c451bb9ac64079496de08f29ec4a39.zip |
Mark BROKEN: Does not build
/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.4/Pinta.Core/Pinta.Core.csproj (default targets) ->
/usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
Classes/IExtension.cs(5,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Reported by: pkg-fallout
Diffstat (limited to 'graphics/pinta')
-rw-r--r-- | graphics/pinta/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index b2e59749c6f7..bc7e621c60ab 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= Does not build GNU_CONFIGURE= yes USE_GNOME= gnomehack gtksharp20 desktopfileutils INSTALLS_ICONS= yes |