pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gturing Be explicit about the options to remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fd480a62593
branches:  trunk
changeset: 400886:1fd480a62593
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 29 19:10:09 2009 +0000

description:
Be explicit about the options to remove.

diffstat:

 games/gturing/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 9206a9944f3b -r 1fd480a62593 games/gturing/Makefile
--- a/games/gturing/Makefile    Thu Oct 29 18:20:36 2009 +0000
+++ b/games/gturing/Makefile    Thu Oct 29 19:10:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2009/08/26 19:57:31 sno Exp $
+# $NetBSD: Makefile,v 1.47 2009/10/29 19:10:09 joerg Exp $
 #
 
 DISTNAME=              gturing-0.1.1
@@ -18,7 +18,12 @@
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_LIBTOOL=           YES
 
-BUILDLINK_TRANSFORM+=  rm:-D.*_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DG_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DGDK_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DGTK_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DGNOME_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+=  rm:-DBONOBO_DISABLE_DEPRECATED
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libgnomeui/buildlink3.mk"



Home | Main Index | Thread Index | Old Index