diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 06:30:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-29 06:30:10 +0000 |
commit | 54bea9fc21d8f096af2d3f7f66e3f84f95796bac (patch) | |
tree | 3d2a9eb006c7d971053362539f678aeb3552d029 /lang | |
parent | 25bf5118e183a612b863a4fdaa705178389f6a26 (diff) | |
download | ports-54bea9fc21d8f096af2d3f7f66e3f84f95796bac.tar.gz ports-54bea9fc21d8f096af2d3f7f66e3f84f95796bac.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 5fe96aeba742..c0856cd933e2 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -13,9 +13,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -USES= bison pathfix gettext +USES= bison pathfix gettext gmake USE_GNOME= glib20 -USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -62,6 +61,7 @@ post-patch: ${WRKSRC}/mcs/class/Mono.WebBrowser/build-csproj2k5 @${FIND} ${WRKSRC} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \ -e 's|^#!/bin/bash|#!/bin/sh|g' + @${REPLACE_CMD} 's/(1)/(1.0)/g' ${WRKSRC}/configure tests: build @${ECHO_MSG} "===> Running mono regression tests" |