diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-24 06:58:01 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-24 06:58:01 +0800 |
commit | 7d51f718c652da94114a05e81516c6940080b918 (patch) | |
tree | 24a198310e2b08f6486c928b9ec3d8cd91abb780 /devel/dbus-sharp | |
parent | 35e22989850aee5ef2fbfa43ced21724e4bd9e25 (diff) | |
download | freebsd-ports-gnome-7d51f718c652da94114a05e81516c6940080b918.tar.gz freebsd-ports-gnome-7d51f718c652da94114a05e81516c6940080b918.tar.zst freebsd-ports-gnome-7d51f718c652da94114a05e81516c6940080b918.zip |
Fix configure with mono 4
Reported by: pkg-fallout
Diffstat (limited to 'devel/dbus-sharp')
-rw-r--r-- | devel/dbus-sharp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile index 261f2d1c5d65..c07523bf8db2 100644 --- a/devel/dbus-sharp/Makefile +++ b/devel/dbus-sharp/Makefile @@ -14,6 +14,7 @@ COMMENT= Mono interface to the D-BUS messaging system LICENSE= MIT GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs USES= gmake mono pathfix pkgconfig .include <bsd.port.options.mk> |