svn commit: r387257 - head/x11-toolkits/gtk-sharp-beans
Antoine Brodin
antoine at FreeBSD.org
Sun May 24 08:15:35 UTC 2015
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>
More information about the svn-ports-all
mailing list