Date: Sun, 24 May 2015 21:57:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387362 - in head/deskutils: tomboy-plugin-latex tomboy-plugin-reminder tomboy-plugin-todo Message-ID: <201505242157.t4OLvb05066059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 24 21:57:37 2015 New Revision: 387362 URL: https://svnweb.freebsd.org/changeset/ports/387362 Log: Fix configure and build with mono 4 Modified: head/deskutils/tomboy-plugin-latex/Makefile head/deskutils/tomboy-plugin-reminder/Makefile head/deskutils/tomboy-plugin-todo/Makefile Modified: head/deskutils/tomboy-plugin-latex/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-latex/Makefile Sun May 24 21:42:17 2015 (r387361) +++ head/deskutils/tomboy-plugin-latex/Makefile Sun May 24 21:57:37 2015 (r387362) @@ -15,6 +15,8 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut 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 Modified: head/deskutils/tomboy-plugin-reminder/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-reminder/Makefile Sun May 24 21:42:17 2015 (r387361) +++ head/deskutils/tomboy-plugin-reminder/Makefile Sun May 24 21:57:37 2015 (r387362) @@ -15,6 +15,8 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut 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> Modified: head/deskutils/tomboy-plugin-todo/Makefile ============================================================================== --- head/deskutils/tomboy-plugin-todo/Makefile Sun May 24 21:42:17 2015 (r387361) +++ head/deskutils/tomboy-plugin-todo/Makefile Sun May 24 21:57:37 2015 (r387362) @@ -15,6 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskut 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505242157.t4OLvb05066059>