diff options
author | kefren <kefren@pkgsrc.org> | 2015-05-23 06:58:50 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2015-05-23 06:58:50 +0000 |
commit | af5883eff12677a8ad3f9c50bf347bd36b4721f4 (patch) | |
tree | 4b0f538106278b214a6bd5d7af7841d2c7fd0293 /editors | |
parent | 789c8fcec2db8d9e72d9118ff9fb94111c7350b4 (diff) | |
download | pkgsrc-af5883eff12677a8ad3f9c50bf347bd36b4721f4.tar.gz |
Switch to latest mono. PKGREVISION++
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tomboy/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile index 28358eacb5c..3f473555f95 100644 --- a/editors/tomboy/Makefile +++ b/editors/tomboy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.65 2015/04/25 14:20:43 tnn Exp $ +# $NetBSD: Makefile,v 1.66 2015/05/23 06:58:50 kefren Exp $ # DISTNAME= tomboy-1.2.1 -PKGREVISION= 41 +PKGREVISION= 42 CATEGORIES= editors misc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tomboy/1.2/} @@ -21,6 +21,12 @@ PKGCONFIG_OVERRIDE+= data/tomboy-addins.pc.in REPLACE_BASH+= Tomboy/tomboy.in Tomboy/tomboy-panel.in +SUBST_CLASSES+= fix-mcs +SUBST_STAGE.fix-mcs= post-patch +SUBST_MESSAGE.fix-mcs= Fix compiler name +SUBST_FILES.fix-mcs= configure +SUBST_SED.fix-mcs= -e 's,gmcs,mcs,' + # until update to 1.4.x [GNOME-2.32] BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED @@ -28,7 +34,7 @@ BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED BUILDLINK_API_DEPENDS.mono-addins+= mono-addins>=0.3.1 .include "../../devel/mono-addins/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../lang/mono2/buildlink3.mk" +.include "../../lang/mono/buildlink3.mk" # evolution needs gmime-sharp #.include "../../mail/evolution/buildlink3.mk" #.include "../../mail/gmime-sharp/buildlink3.mk" |