summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2011-09-25 19:55:05 +0000
committerjoerg <joerg>2011-09-25 19:55:05 +0000
commit991797940207c21f144022db739ebd7dabd59003 (patch)
tree1195df577811cd29a19c200ab729eb8d45d47cc5 /x11
parentae66eb3ef695683570e8c4a3fe05f646677f6975 (diff)
downloadpkgsrc-991797940207c21f144022db739ebd7dabd59003.tar.gz
Reenable deprecated APIs
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2-chtheme/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2-chtheme/Makefile b/x11/gtk2-chtheme/Makefile
index b18c9677c2a..3e73228f80a 100644
--- a/x11/gtk2-chtheme/Makefile
+++ b/x11/gtk2-chtheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/04/22 13:45:03 obache Exp $
+# $NetBSD: Makefile,v 1.18 2011/09/25 19:55:05 joerg Exp $
#
DISTNAME= gtk-chtheme-0.3.1
@@ -17,5 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl pkg-config
REPLACE_PERL= replace
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
+
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"