Date: Sun, 24 May 2015 08:15:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387257 - head/x11-toolkits/gtk-sharp-beans Message-ID: <201505240815.t4O8FYRs037604@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 24 08:15:34 2015 New Revision: 387257 URL: https://svnweb.freebsd.org/changeset/ports/387257 Log: Fix build with mono 4 Modified: head/x11-toolkits/gtk-sharp-beans/Makefile Modified: head/x11-toolkits/gtk-sharp-beans/Makefile ============================================================================== --- head/x11-toolkits/gtk-sharp-beans/Makefile Sun May 24 08:10:44 2015 (r387256) +++ head/x11-toolkits/gtk-sharp-beans/Makefile Sun May 24 08:15:34 2015 (r387257) @@ -15,13 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs +USES= gmake pathfix pkgconfig tar:bzip2 MAKE_JOBS_UNSAFE=yes -.include <bsd.port.pre.mk> - -post-extract: - ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505240815.t4O8FYRs037604>