diff options
author | naddy <naddy@FreeBSD.org> | 2009-09-21 22:53:38 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-09-21 22:53:38 +0800 |
commit | d0f76ee1f96c96ec9a725ac270b145f17ac630c4 (patch) | |
tree | 3d89d5b3406dd77f782c308d236865286d715954 /archivers | |
parent | bb6e2367b9e8c302244208d1847536602ce27f6c (diff) | |
download | freebsd-ports-gnome-d0f76ee1f96c96ec9a725ac270b145f17ac630c4.tar.gz freebsd-ports-gnome-d0f76ee1f96c96ec9a725ac270b145f17ac630c4.tar.zst freebsd-ports-gnome-d0f76ee1f96c96ec9a725ac270b145f17ac630c4.zip |
You can now use -J to (un)compress xz format files (.tar.xz, .txz).
Feature safe: yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index e7d2d77a7e7d..b52650821384 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -7,6 +7,7 @@ PORTNAME= tar PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,9 +16,8 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver -RUN_DEPENDS= lzop:${PORTSDIR}/archivers/lzop -# Add xz once the lzma/lzmautils/xz confusion has settled down -#RUN_DEPENDS+= xz:${PORTSDIR}/archivers/lzmautils-devel +RUN_DEPENDS= lzop:${PORTSDIR}/archivers/lzop \ + xz:${PORTSDIR}/archivers/xz INFO= tar |