aboutsummaryrefslogtreecommitdiff
path: root/archivers/lrzip
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2014-06-01 07:59:15 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2014-06-01 07:59:15 +0000
commit73969bbf7997cd2e8f7c0690cd27430068ffdc5d (patch)
tree4d307b471693ec4b275c79f06f7f888397796316 /archivers/lrzip
parent060db7b1f8a1baebf5e7d6b33843990a6fe38a41 (diff)
downloadports-73969bbf7997cd2e8f7c0690cd27430068ffdc5d.tar.gz
ports-73969bbf7997cd2e8f7c0690cd27430068ffdc5d.zip
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE
Notes
Notes: svn path=/head/; revision=356058
Diffstat (limited to 'archivers/lrzip')
-rw-r--r--archivers/lrzip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile
index eec12d24e22e..69b5f654bb3d 100644
--- a/archivers/lrzip/Makefile
+++ b/archivers/lrzip/Makefile
@@ -19,8 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+= --enable-asm
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
-USE_BZIP2= yes
-USES= gmake pathfix perl5
+USES= tar:bzip2 gmake pathfix perl5
USE_PERL5= build
USE_LDCONFIG= yes