diff options
-rw-r--r-- | archivers/gtar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 47c3854547e8..1db1d1b094c7 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 INFO= tar -USES= iconv:${STATIC_ARGS} tar:xz +USES= iconv:${STATIC_ARGS} tar:xz charsetfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules |