svn commit: r387330 - head/misc/podsleuth
Antoine Brodin
antoine at FreeBSD.org
Sun May 24 20:06:07 UTC 2015
Author: antoine
Date: Sun May 24 20:06:06 2015
New Revision: 387330
URL: https://svnweb.freebsd.org/changeset/ports/387330
Log:
Fix build with mono 4
Modified:
head/misc/podsleuth/Makefile
Modified: head/misc/podsleuth/Makefile
==============================================================================
--- head/misc/podsleuth/Makefile Sun May 24 20:00:34 2015 (r387329)
+++ head/misc/podsleuth/Makefile Sun May 24 20:06:06 2015 (r387330)
@@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus
CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec
+CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USES= gmake mono pkgconfig pathfix
More information about the svn-ports-all
mailing list