From 8d572feba3c42eb07c7ebefebf9ff3a724667181 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 28 Aug 2004 06:05:31 +0000 Subject: 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. --- ham/xdx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ham') diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index 3cd036d2bec..3ed7ff18af3 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/05/03 22:37:30 kristerw Exp $ +# $NetBSD: Makefile,v 1.3 2004/08/28 06:05:32 jlam Exp $ # DISTNAME= xdx-1.1 @@ -14,7 +14,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_PKGLOCALEDIR=yes -BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: +BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3