1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix the build by telling configure to look for the mcs program instead of

the "compat" gmcs program, which was removed in the mono 4.0 update.

Submitted by:	pkg-fallout
This commit is contained in:
Koop Mast 2015-05-21 20:55:42 +00:00
parent 5bb3197d01
commit 682f3ec505
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386954

View File

@ -20,4 +20,8 @@ SHEBANG_FILES= parser/*.pl
USE_PERL5= run
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
post-patch:
@${REINPLACE_CMD} -e 's|gmcs|mcs|g' \
${WRKSRC}/configure
.include <bsd.port.mk>