diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:11:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:11:25 +0800 |
commit | 6dbf0d83abe1d4a0c9a4e37f434e2b20ef3b8032 (patch) | |
tree | 49c1951dca1273606b774d5be70cc53b013464a4 /devel | |
parent | 2bd730ca39d3fd82a3f73bb32162e688166fe36b (diff) | |
download | freebsd-ports-gnome-6dbf0d83abe1d4a0c9a4e37f434e2b20ef3b8032.tar.gz freebsd-ports-gnome-6dbf0d83abe1d4a0c9a4e37f434e2b20ef3b8032.tar.zst freebsd-ports-gnome-6dbf0d83abe1d4a0c9a4e37f434e2b20ef3b8032.zip |
Mark as broken: does not build with recent mono
./Hyena.Data.Gui/ListView/ListView_Rendering.cs(111,41): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
Reported by: pkg-fallout
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hyena/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/hyena/Makefile b/devel/hyena/Makefile index cdb1f2780947..3c5eb094d3ee 100644 --- a/devel/hyena/Makefile +++ b/devel/hyena/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hyena -# Date created: 2009-08-19 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= hyena PORTVERSION= 0.5 @@ -16,8 +12,10 @@ COMMENT= Library of GUI and non-GUI C-sharp code BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +BROKEN= Does not build with recent mono + +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GNOME= gtksharp20 post-patch: |