diff options
Diffstat (limited to 'net/monotorrent/Makefile')
-rw-r--r-- | net/monotorrent/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile index 1e7f1244846..94286a65efb 100644 --- a/net/monotorrent/Makefile +++ b/net/monotorrent/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2015/04/06 08:17:16 adam Exp $ +# $NetBSD: Makefile,v 1.18 2015/07/06 04:46:10 kefren Exp $ DISTNAME= monotorrent-0.72 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= net MASTER_SITES= http://projects.qnetp.net/attachments/download/13/ @@ -14,5 +14,11 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake bsdtar pkg-config EXTRACT_USING= bsdtar -.include "../../lang/mono2/buildlink3.mk" +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure MonoTorrent/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |