diff options
author | bapt <bapt@FreeBSD.org> | 2017-02-22 20:59:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-02-22 20:59:28 +0800 |
commit | 63de5de55b0877403bd6f9deeb1a7fd543106b4d (patch) | |
tree | 46236500d0a2cebd0eaa222e53a7ecb5e2ee3cb7 /archivers/lrzip | |
parent | b89b62ff34f1348964d1f5ef2d572ec8937bd732 (diff) | |
download | freebsd-ports-gnome-63de5de55b0877403bd6f9deeb1a7fd543106b4d.tar.gz freebsd-ports-gnome-63de5de55b0877403bd6f9deeb1a7fd543106b4d.tar.zst freebsd-ports-gnome-63de5de55b0877403bd6f9deeb1a7fd543106b4d.zip |
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake
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 |