diff options
author | John Marino <marino@FreeBSD.org> | 2015-05-01 14:20:02 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-05-01 14:20:02 +0000 |
commit | e6098b1864fdc1e78c6a14df6f740701eaaa28df (patch) | |
tree | 11d05603c51e21737db08453af781823379da6b1 /archivers | |
parent | 50a1f2eceff686dae5059ca653328705ce4a8c47 (diff) | |
download | ports-e6098b1864fdc1e78c6a14df6f740701eaaa28df.tar.gz ports-e6098b1864fdc1e78c6a14df6f740701eaaa28df.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lrzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index eb424a3db31c..85f64c1e4da8 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -19,7 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USES= tar:bzip2 gmake pathfix perl5 libtool shebangfix +USES= alias gmake libtool pathfix perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes |