1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Fix build with mono 4

This commit is contained in:
Antoine Brodin 2015-05-24 08:15:34 +00:00
parent 877cf94058
commit 87bff9334e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387257

View File

@ -15,13 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:${PORTSDIR}/devel
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>