aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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
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')
-rw-r--r--deskutils/tomboy-plugin-latex/Makefile2
-rw-r--r--deskutils/tomboy-plugin-reminder/Makefile2
-rw-r--r--deskutils/tomboy-plugin-todo/Makefile1
3 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile
index ee5fa972b9fc..1cea44cb189b 100644
--- a/deskutils/tomboy-plugin-latex/Makefile
+++ b/deskutils/tomboy-plugin-latex/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
+MAKE_ARGS= CSC="${LOCALBASE}/bin/mcs -debug"
USES= gmake pkgconfig
USE_TEX= latex
diff --git a/deskutils/tomboy-plugin-reminder/Makefile b/deskutils/tomboy-plugin-reminder/Makefile
index 7fcc01e3b76a..4aab62cc11b8 100644
--- a/deskutils/tomboy-plugin-reminder/Makefile
+++ b/deskutils/tomboy-plugin-reminder/Makefile
@@ -15,6 +15,8 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
+MAKE_ARGS= CSC="${LOCALBASE}/bin/mcs -debug"
USES= gmake pkgconfig
.include <bsd.port.mk>
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>