aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy-plugin-todo
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-05-25 05:57:37 +0800
committerantoine <antoine@FreeBSD.org>2015-05-25 05:57:37 +0800
commit583e19dd3576362ec74ee155a880f0dfa83b23e3 (patch)
tree5f558dc00757ced6429c38cb5b2e12381ff77290 /deskutils/tomboy-plugin-todo
parentb01d281bdaf19a008d3288d70f36c756ef1a16e1 (diff)
downloadfreebsd-ports-gnome-583e19dd3576362ec74ee155a880f0dfa83b23e3.tar.gz
freebsd-ports-gnome-583e19dd3576362ec74ee155a880f0dfa83b23e3.tar.zst
freebsd-ports-gnome-583e19dd3576362ec74ee155a880f0dfa83b23e3.zip
Fix configure and build with mono 4
Diffstat (limited to 'deskutils/tomboy-plugin-todo')
-rw-r--r--deskutils/tomboy-plugin-todo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/tomboy-plugin-todo/Makefile b/deskutils/tomboy-plugin-todo/Makefile
index 7a09b02a4585..799b3472dc6f 100644
--- a/deskutils/tomboy-plugin-todo/Makefile
+++ b/deskutils/tomboy-plugin-todo/Makefile
@@ -15,6 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
USES= gmake pkgconfig
.include <bsd.port.mk>