diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/lzma | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) |
Notes
Diffstat (limited to 'archivers/lzma')
-rw-r--r-- | archivers/lzma/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 8db5e24d03b1..5647575fc05e 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lzma -# Date created: 25 Apr 2005 -# Whom: Radim Kolar <hsn@netmag.cz> -# +# Created by: Radim Kolar <hsn@netmag.cz> # $FreeBSD$ -# PORTNAME= lzma PORTVERSION= 9.22 @@ -16,8 +12,8 @@ COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* xz-[0-9]* +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes NO_WRKSUBDIR= yes USE_DOS2UNIX= yes BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Bundles/LzmaCon |