pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bedtools: Add deps for Linux



Module Name:	pkgsrc-wip
Committed By:	Jason W Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jan 21 17:41:02 2021 -0600
Changeset:	76df2335252e6e8ea93b90f61dcfbdc077538f15

Modified Files:
	bedtools2/Makefile

Log Message:
bedtools: Add deps for Linux

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=76df2335252e6e8ea93b90f61dcfbdc077538f15

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bedtools2/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/bedtools2/Makefile b/bedtools2/Makefile
index 5f4a3e313b..a05cf07c6e 100644
--- a/bedtools2/Makefile
+++ b/bedtools2/Makefile
@@ -23,9 +23,11 @@ SUBST_FILES.make=	Makefile
 
 # Avoid conflict with C++20 <version> by adding .txt suffix
 post-extract:
-	@${MV} ${WRKSRC}/src/utils/gzstream/version \
+	${MV} ${WRKSRC}/src/utils/gzstream/version \
 		${WRKSRC}/src/utils/gzstream/version.txt
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index