summaryrefslogtreecommitdiff
path: root/x11/gnome-themes-extras
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
committerjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
commit8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /x11/gnome-themes-extras
parent672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff)
downloadpkgsrc-8d572feba3c42eb07c7ebefebf9ff3a724667181.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'x11/gnome-themes-extras')
-rw-r--r--x11/gnome-themes-extras/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-themes-extras/Makefile b/x11/gnome-themes-extras/Makefile
index b40a7260a92..e2479505817 100644
--- a/x11/gnome-themes-extras/Makefile
+++ b/x11/gnome-themes-extras/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/06/21 20:24:55 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= gnome-themes-extras-0.7
@@ -21,8 +21,8 @@ GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_X11= yes
-BUILDLINK_TRANSFORM+= S:-DG_DISABLE_DEPRECATED:
-BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED:
+BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
+BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"