diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-03-13 16:11:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-03-13 16:11:14 +0000 |
commit | 62ef31db615ddc3281afd0dddf1fde3202266e54 (patch) | |
tree | d741c985bd09fcdb3e09b4a1f826dbb9a659d076 /archivers/gtar | |
parent | afe3e8c709cd6f10ef6fc0a19b7e875dd7a9dbd4 (diff) |
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
Notes
Notes:
svn path=/head/; revision=348096
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 3d466a47b51b..9eb81acac09e 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv3 INFO= tar -USES= iconv:${STATIC_ARGS} -USE_XZ= yes +USES= iconv:${STATIC_ARGS} tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules |