diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-28 06:05:31 +0000 |
commit | 8d572feba3c42eb07c7ebefebf9ff3a724667181 (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /x11/xpad | |
parent | 672b3353149f2b5c9cc6489409ee5a8d157e9060 (diff) | |
download | pkgsrc-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/xpad')
-rw-r--r-- | x11/xpad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index da8b669fb9e..1c61c007775 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/06/14 20:23:30 kristerw Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/28 06:05:32 jlam Exp $ # DISTNAME= xpad-1.12 @@ -22,7 +22,7 @@ USE_X11= yes LIBS.SunOS= -lX11 -BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: +BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |