diff options
-rw-r--r-- | editors/bless/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index 182b7396e151..edc6b262fcc5 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -10,9 +10,12 @@ MASTER_SITES= http://download.gna.org/bless/ MAINTAINER= mono@FreeBSD.org COMMENT= High quality, full featured hex editor +BROKEN= Fails to build with mono 4 + USES= gmake mono pathfix pkgconfig USE_GNOME= gnomeprefix gnomedocutils gtksharp20 GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs INSTALLS_OMF= yes OPTIONS_DEFINE= DOCS |