From ef815f20b5581f2e3e7445cd19bf928c0f9a5a65 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 23 May 2015 23:16:10 +0000 Subject: [PATCH] Fix configure with mono 4 Reported by: pkg-fallout --- devel/mono-addins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/mono-addins/Makefile b/devel/mono-addins/Makefile index 03d445a62759..effb2facb30a 100644 --- a/devel/mono-addins/Makefile +++ b/devel/mono-addins/Makefile @@ -14,6 +14,7 @@ GH_ACCOUNT= mono GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs USES= autoreconf gmake mono pkgconfig WANT_GNOME= yes