summaryrefslogtreecommitdiff
path: root/games/gturing
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-05-22 09:09:00 +0000
committerjmmv <jmmv>2005-05-22 09:09:00 +0000
commit699624dd675b240ef2cb28cb338ff4148f0c396c (patch)
tree3e5aee6ea84ee9ecdb2088b1a9f685f92b43ee4f /games/gturing
parent626e1dd9bce3d493d9ca3d9d05ca1e644b692ea4 (diff)
downloadpkgsrc-699624dd675b240ef2cb28cb338ff4148f0c396c.tar.gz
Enable usage of deprecated APIs to make this build after the recent GNOME
updates.
Diffstat (limited to 'games/gturing')
-rw-r--r--games/gturing/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile
index d442be78e6b..34a31b96169 100644
--- a/games/gturing/Makefile
+++ b/games/gturing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:51 tv Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/22 09:09:00 jmmv Exp $
#
DISTNAME= gturing-0.1.1
@@ -19,6 +19,8 @@ USE_X11= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
+BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"