diff options
author | tron <tron@pkgsrc.org> | 2010-08-27 16:34:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-08-27 16:34:03 +0000 |
commit | 222a45318b11884b2d8d580b16d26a7c12158e36 (patch) | |
tree | 4e80d7fcbe70dd228e017121e8d0d47c34b01ede /lang | |
parent | 0e2116df5f87e35b43c507cd1af6597e96e5c264 (diff) | |
download | pkgsrc-222a45318b11884b2d8d580b16d26a7c12158e36.tar.gz |
Don't require "gawk". This is false positive reported by "pkglint".
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/packlist.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/perl5/packlist.mk b/lang/perl5/packlist.mk index 2fc62d30554..2db3c01595b 100644 --- a/lang/perl5/packlist.mk +++ b/lang/perl5/packlist.mk @@ -1,4 +1,4 @@ -# $NetBSD: packlist.mk,v 1.16 2010/08/27 05:27:37 sno Exp $ +# $NetBSD: packlist.mk,v 1.17 2010/08/27 16:34:03 tron Exp $ # # This Makefile fragment is intended to be included by packages that # create packlist files. This file is automatically included by @@ -37,8 +37,6 @@ _PERL5_REAL_PACKLIST= ${PERL5_PACKLIST:S/^/${PERL5_PACKLIST_DIR}\//} _PERL5_PACKLIST= ${_PERL5_REAL_PACKLIST:S/^/${DESTDIR}/} .endif -USE_TOOLS+= gawk - ########################################################################### ### ### INSTALL/DEINSTALL scripts to manage symlinks |