diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-25 05:57:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-25 05:57:37 +0800 |
commit | 583e19dd3576362ec74ee155a880f0dfa83b23e3 (patch) | |
tree | 5f558dc00757ced6429c38cb5b2e12381ff77290 /deskutils/tomboy-plugin-todo | |
parent | b01d281bdaf19a008d3288d70f36c756ef1a16e1 (diff) | |
download | freebsd-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/Makefile | 1 |
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> |