diff options
author | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2015-07-06 04:46:10 +0000 |
commit | 0f186937869def369ff26ddbc473ade5aaac5c2c (patch) | |
tree | ee4ccc75c123efda918493e4a5e8f2b8734d11c4 /net/monsoon | |
parent | 30783f2af1092fec78131f5b1032d8fd6958d4aa (diff) | |
download | pkgsrc-0f186937869def369ff26ddbc473ade5aaac5c2c.tar.gz |
Bring mono-nat, monotorrent and monsoon into mono4 world
Bump pkgrevisons
Diffstat (limited to 'net/monsoon')
-rw-r--r-- | net/monsoon/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile index 8954d1a92cb..f25d3449303 100644 --- a/net/monsoon/Makefile +++ b/net/monsoon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2015/06/12 10:50:42 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2015/07/06 04:46:10 kefren Exp $ DISTNAME= monsoon-0.20 -PKGREVISION= 45 +PKGREVISION= 46 CATEGORIES= net MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ @@ -14,7 +14,13 @@ MAKE_JOBS_SAFE= no USE_TOOLS+= gmake gtar intltool perl pkg-config msgfmt EXTRACT_USING= gtar -.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 Monsoon/Makefile.in +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + +.include "../../lang/mono/buildlink3.mk" .include "../../net/mono-nat/buildlink3.mk" .include "../../net/monotorrent/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |