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/gcpio | |
parent | afe3e8c709cd6f10ef6fc0a19b7e875dd7a9dbd4 (diff) | |
download | ports-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/Makefile | 2 |
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 \ |