diff options
author | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-28 06:05:31 +0000 |
commit | 5f904e59871feaea408398a54183ec15241147eb (patch) | |
tree | 5dc4e89dc16e8bc4775289a094f06547ef41c178 /devel/gettext-lib/builtin.mk | |
parent | e034948f3d4b073559fd283f487b19a5ab970431 (diff) | |
download | pkgsrc-5f904e59871feaea408398a54183ec15241147eb.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 'devel/gettext-lib/builtin.mk')
-rw-r--r-- | devel/gettext-lib/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext-lib/builtin.mk b/devel/gettext-lib/builtin.mk index f9803ca0e12..b710016cdce 100644 --- a/devel/gettext-lib/builtin.mk +++ b/devel/gettext-lib/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.7 2004/05/09 20:31:07 danw Exp $ +# $NetBSD: builtin.mk,v 1.8 2004/08/28 06:05:31 jlam Exp $ .if !defined(_BLNK_LIBINTL_FOUND) _BLNK_LIBINTL_FOUND!= \ @@ -135,7 +135,7 @@ _BLNK_LIBINTL+= ${BUILDLINK_LDADD.iconv} _BLNK_LIBINTL= -lintl . else _BLNK_LIBINTL= # empty -BUILDLINK_TRANSFORM+= l:intl: +BUILDLINK_TRANSFORM+= rm:-lintl . endif .endif |