diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-22 12:59:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-02-22 12:59:28 +0000 |
commit | a08939f4dc38915b70c8fb523d72437a5faa1ba4 (patch) | |
tree | 46236500d0a2cebd0eaa222e53a7ecb5e2ee3cb7 /archivers/lrzip | |
parent | f1deabd6a0dda007eaf71d9ebae38725eb64fb30 (diff) | |
download | ports-a08939f4dc38915b70c8fb523d72437a5faa1ba4.tar.gz ports-a08939f4dc38915b70c8fb523d72437a5faa1ba4.zip |
Notes
Diffstat (limited to 'archivers/lrzip')
-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 917710f24660..2e01287f7be4 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= alias gmake libtool pathfix perl5 shebangfix tar:bzip2 +USES= alias libtool pathfix perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes |