Mon Mar 26 14:02:11 2012 UTC ()
Allow deprecated glib features.


(joerg)
diff -r1.7 -r1.8 pkgsrc/graphics/clutter-mx/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/graphics/clutter-mx/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/clutter-mx/Makefile 2012/03/03 00:12:17 1.7
+++ pkgsrc/graphics/clutter-mx/Makefile 2012/03/26 14:02:11 1.8
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.7 2012/03/03 00:12:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2012/03/26 14:02:11 joerg Exp $
2# 2#
3 3
4DISTNAME= mx-1.0.4 4DISTNAME= mx-1.0.4
5PKGNAME= clutter-mx-1.0.4 5PKGNAME= clutter-mx-1.0.4
6PKGREVISION= 5 6PKGREVISION= 5
7CATEGORIES= graphics 7CATEGORIES= graphics
8MASTER_SITES= http://source.clutter-project.org/sources/mx/1.0/ 8MASTER_SITES= http://source.clutter-project.org/sources/mx/1.0/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://blogs.gnome.org/thos/2010/05/20/mx-toolkit-1-0/ 12HOMEPAGE= http://blogs.gnome.org/thos/2010/05/20/mx-toolkit-1-0/
13COMMENT= Clutter-based widget set 13COMMENT= Clutter-based widget set
14#LICENSE= # TODO: (see mk/license.mk) 14#LICENSE= # TODO: (see mk/license.mk)
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes
20USE_TOOLS+= pkg-config intltool gmake msgfmt msgmerge xgettext 20USE_TOOLS+= pkg-config intltool gmake msgfmt msgmerge xgettext
21 21
22PKGCONFIG_OVERRIDE+= mx-gtk.pc.in 22PKGCONFIG_OVERRIDE+= mx-gtk.pc.in
23PKGCONFIG_OVERRIDE+= mx.pc.in 23PKGCONFIG_OVERRIDE+= mx.pc.in
24 24
 25BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
 26
25.include "../../graphics/clutter/buildlink3.mk" 27.include "../../graphics/clutter/buildlink3.mk"
26.include "../../x11/libXrandr/buildlink3.mk" 28.include "../../x11/libXrandr/buildlink3.mk"
27.include "../../x11/gtk2/buildlink3.mk" 29.include "../../x11/gtk2/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"