svn commit: r387363 - head/multimedia/banshee
Antoine Brodin
antoine at FreeBSD.org
Sun May 24 22:35:24 UTC 2015
Author: antoine
Date: Sun May 24 22:35:23 2015
New Revision: 387363
URL: https://svnweb.freebsd.org/changeset/ports/387363
Log:
Fix configure with mono 4
Modified:
head/multimedia/banshee/Makefile
Modified: head/multimedia/banshee/Makefile
==============================================================================
--- head/multimedia/banshee/Makefile Sun May 24 21:57:37 2015 (r387362)
+++ head/multimedia/banshee/Makefile Sun May 24 22:35:23 2015 (r387363)
@@ -45,6 +45,7 @@ INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo
+CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list