diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 07:59:15 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 07:59:15 +0000 |
commit | 73969bbf7997cd2e8f7c0690cd27430068ffdc5d (patch) | |
tree | 4d307b471693ec4b275c79f06f7f888397796316 /archivers/lrzip | |
parent | 060db7b1f8a1baebf5e7d6b33843990a6fe38a41 (diff) |
Notes
Diffstat (limited to 'archivers/lrzip')
-rw-r--r-- | archivers/lrzip/Makefile | 3 |
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 |