aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-05-21 20:55:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-05-21 20:55:42 +0000
commit682f3ec5052c9ba8c17e6493ad78b901fa17ec6d (patch)
tree877f4f65d2efa75391e465bb3018137b3b35c5e0 /x11-toolkits
parent5bb3197d012d68c21655e1c6a286135f5b265a40 (diff)
downloadports-682f3ec5052c9ba8c17e6493ad78b901fa17ec6d.tar.gz
ports-682f3ec5052c9ba8c17e6493ad78b901fa17ec6d.zip
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
Notes
Notes: svn path=/head/; revision=386954
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk-sharp30/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-sharp30/Makefile b/x11-toolkits/gtk-sharp30/Makefile
index c82e63c76a1c..d754240ca8fc 100644
--- a/x11-toolkits/gtk-sharp30/Makefile
+++ b/x11-toolkits/gtk-sharp30/Makefile
@@ -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>