diff options
author | joerg <joerg> | 2011-09-25 19:55:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-09-25 19:55:05 +0000 |
commit | 3425172d5d29f620c973a3ee4d7bbe5142c65b4c (patch) | |
tree | 1195df577811cd29a19c200ab729eb8d45d47cc5 /x11/gtk2-chtheme | |
parent | df234354c4d5bf8a8ea78ff88f3aa83e724ef0a3 (diff) | |
download | pkgsrc-3425172d5d29f620c973a3ee4d7bbe5142c65b4c.tar.gz |
Reenable deprecated APIs
Diffstat (limited to 'x11/gtk2-chtheme')
-rw-r--r-- | x11/gtk2-chtheme/Makefile | 4 |
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" |