summaryrefslogtreecommitdiff
path: root/graphics/f-spot
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2015-05-23 07:01:03 +0000
committerkefren <kefren@pkgsrc.org>2015-05-23 07:01:03 +0000
commit7b7cbb438a408b68c866e34e1d41619ed0e49c3d (patch)
tree1af2a73cfb0d7a9d9447342be508c75111d84935 /graphics/f-spot
parentaf5883eff12677a8ad3f9c50bf347bd36b4721f4 (diff)
downloadpkgsrc-7b7cbb438a408b68c866e34e1d41619ed0e49c3d.tar.gz
Switch to latest mono. This will still not reach post-configure as
pkgsrc lacks flickrnet
Diffstat (limited to 'graphics/f-spot')
-rw-r--r--graphics/f-spot/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile
index 4ecd38fd6f8..56d26a394ec 100644
--- a/graphics/f-spot/Makefile
+++ b/graphics/f-spot/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2015/04/25 14:23:09 tnn Exp $
+# $NetBSD: Makefile,v 1.69 2015/05/23 07:01:03 kefren Exp $
#
DISTNAME= f-spot-0.8.2
-PKGREVISION= 28
+PKGREVISION= 29
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/f-spot/0.8/}
EXTRACT_SUFX= .tar.bz2
@@ -39,6 +39,12 @@ SUBST_FILES.fix-x11+= build/DllMapVerifier.cs
SUBST_FILES.fix-x11+= lib/Hyena/build/DllMapVerifier.cs
SUBST_SED.fix-x11= -e 's,libX11.so.6,${X11BASE}/lib/libX11.so,'
+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,'
+
GCONF_SCHEMAS= f-spot.schemas
.include "../../devel/GConf/schemas.mk"
@@ -51,7 +57,7 @@ GCONF_SCHEMAS= f-spot.schemas
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
-.include "../../lang/mono2/buildlink3.mk"
+.include "../../lang/mono/buildlink3.mk"
.include "../../devel/mono-addins/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"