aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-03-13 16:11:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-03-13 16:11:14 +0000
commit62ef31db615ddc3281afd0dddf1fde3202266e54 (patch)
treed741c985bd09fcdb3e09b4a1f826dbb9a659d076 /archivers/gcpio
parentafe3e8c709cd6f10ef6fc0a19b7e875dd7a9dbd4 (diff)
downloadports-62ef31db615ddc3281afd0dddf1fde3202266e54.tar.gz
ports-62ef31db615ddc3281afd0dddf1fde3202266e54.zip
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
Notes
Notes: svn path=/head/; revision=348096
Diffstat (limited to 'archivers/gcpio')
-rw-r--r--archivers/gcpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile
index f443be8098d1..cc54875b6d2d 100644
--- a/archivers/gcpio/Makefile
+++ b/archivers/gcpio/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= g
MAINTAINER= naddy@FreeBSD.org
COMMENT= GNU cpio copies files to and from archives
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--disable-silent-rules \