diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-19 14:31:06 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-19 14:31:06 +0000 |
commit | 0338631be8c0455dd07a6dc4bd9f79b2cc81aab5 (patch) | |
tree | 2529099d53ce173d043efbff2e9a04f7467dcbd0 /archivers/gtar-base | |
parent | cfde4d971345c3491da218a7be2d48defcce202e (diff) | |
download | pkgsrc-0338631be8c0455dd07a6dc4bd9f79b2cc81aab5.tar.gz |
Does not need USE_FEATURES=snprintf.
snprintf is provided internally by gnulib.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r-- | archivers/gtar-base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 2e82bc0140d..3ec3dc948f3 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2015/01/26 12:30:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.88 2015/04/19 14:31:06 tnn Exp $ # # Please run 'make files/gtar.1' when updating version of this package # to regenerate the man page. converters/help2man is needed. @@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v3 CONFLICTS= gcpio-[0-9]* -USE_FEATURES= snprintf USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes |