Sun Sep 25 19:55:05 2011 UTC ()
Reenable deprecated APIs


(joerg)
diff -r1.17 -r1.18 pkgsrc/x11/gtk2-chtheme/Makefile

cvs diff -r1.17 -r1.18 pkgsrc/x11/gtk2-chtheme/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gtk2-chtheme/Makefile 2011/04/22 13:45:03 1.17
+++ pkgsrc/x11/gtk2-chtheme/Makefile 2011/09/25 19:55:05 1.18
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.17 2011/04/22 13:45:03 obache Exp $ 1# $NetBSD: Makefile,v 1.18 2011/09/25 19:55:05 joerg Exp $
2# 2#
3 3
4DISTNAME= gtk-chtheme-0.3.1 4DISTNAME= gtk-chtheme-0.3.1
5PKGNAME= gtk2-chtheme-0.3.1 5PKGNAME= gtk2-chtheme-0.3.1
6PKGREVISION= 9 6PKGREVISION= 9
7CATEGORIES= x11 7CATEGORIES= x11
8MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/ 8MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= kirtai@users.sourceforge.net 11MAINTAINER= kirtai@users.sourceforge.net
12HOMEPAGE= http://plasmasturm.org/code/gtk-chtheme/ 12HOMEPAGE= http://plasmasturm.org/code/gtk-chtheme/
13COMMENT= GTK+2 theme changer with preview 13COMMENT= GTK+2 theme changer with preview
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_TOOLS+= gmake perl pkg-config 17USE_TOOLS+= gmake perl pkg-config
18REPLACE_PERL= replace 18REPLACE_PERL= replace
19 19
 20BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
 21
20.include "../../x11/gtk2/buildlink3.mk" 22.include "../../x11/gtk2/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"