diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:45:22 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-09-21 14:45:22 +0000 |
commit | f8fa7f60ef753fc383f0e17aa00dac8a6043ad1f (patch) | |
tree | cffd9da1a98c244710da8a52bedfb4952daac972 /archivers/deco | |
parent | 27ad2e9fde1c265f7939af2a18d4209e3e36a259 (diff) |
lzmautils -> xz
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241877
Diffstat (limited to 'archivers/deco')
-rw-r--r-- | archivers/deco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/deco/Makefile b/archivers/deco/Makefile index 88138e93959a..c54792f55ea5 100644 --- a/archivers/deco/Makefile +++ b/archivers/deco/Makefile @@ -7,6 +7,7 @@ PORTNAME= deco PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://hartlich.com/deco/download/:site1 \ http://hartlich.com/deco/archive/download/:site2 @@ -20,7 +21,7 @@ RUN_DEPENDS= arc:${PORTSDIR}/archivers/arc \ arj:${PORTSDIR}/archivers/arj \ cabextract:${PORTSDIR}/archivers/cabextract \ dpkg:${PORTSDIR}/archivers/dpkg \ - lzma:${PORTSDIR}/archivers/lzmautils \ + lzma:${PORTSDIR}/archivers/xz \ lzop:${PORTSDIR}/archivers/lzop \ 7z:${PORTSDIR}/archivers/p7zip \ rpm:${PORTSDIR}/archivers/rpm \ |