svn commit: r387189 - head/devel/ndesk-dbus
Antoine Brodin
antoine at FreeBSD.org
Sat May 23 23:04:35 UTC 2015
Author: antoine
Date: Sat May 23 23:04:34 2015
New Revision: 387189
URL: https://svnweb.freebsd.org/changeset/ports/387189
Log:
Fix configure with mono 4
Reported by: pkg-fallout
Modified:
head/devel/ndesk-dbus/Makefile
Modified: head/devel/ndesk-dbus/Makefile
==============================================================================
--- head/devel/ndesk-dbus/Makefile Sat May 23 22:58:01 2015 (r387188)
+++ head/devel/ndesk-dbus/Makefile Sat May 23 23:04:34 2015 (r387189)
@@ -10,9 +10,11 @@ MASTER_SITES= http://www.ndesk.org/archi
MAINTAINER= gnome at FreeBSD.org
COMMENT= C\# implementation of D-Bus
-OPTIONS_DEFINE= DOCS
-USES= gmake mono pathfix pkgconfig
+USES= gmake mono pathfix pkgconfig
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs
+
+OPTIONS_DEFINE= DOCS
DOCS= AUTHORS COPYING README
More information about the svn-ports-head
mailing list