diff options
author | marino <marino@FreeBSD.org> | 2015-05-01 22:20:02 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-05-01 22:20:02 +0800 |
commit | 8f3eb65151b63cc952be674618db285e1b3a38d1 (patch) | |
tree | 11d05603c51e21737db08453af781823379da6b1 /archivers | |
parent | 72f751025222a7df260253419cfeaf620409e15c (diff) | |
download | freebsd-ports-gnome-8f3eb65151b63cc952be674618db285e1b3a38d1.tar.gz freebsd-ports-gnome-8f3eb65151b63cc952be674618db285e1b3a38d1.tar.zst freebsd-ports-gnome-8f3eb65151b63cc952be674618db285e1b3a38d1.zip |
archivers/lzrip: Fix build on DragonFly with USES=alias
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 |