svn commit: r385115 - head/archivers/lrzip

John Marino marino at FreeBSD.org
Fri May 1 14:20:03 UTC 2015


Author: marino
Date: Fri May  1 14:20:02 2015
New Revision: 385115
URL: https://svnweb.freebsd.org/changeset/ports/385115

Log:
  archivers/lzrip: Fix build on DragonFly with USES=alias

Modified:
  head/archivers/lrzip/Makefile

Modified: head/archivers/lrzip/Makefile
==============================================================================
--- head/archivers/lrzip/Makefile	Fri May  1 14:15:19 2015	(r385114)
+++ head/archivers/lrzip/Makefile	Fri May  1 14:20:02 2015	(r385115)
@@ -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


More information about the svn-ports-all mailing list