pkgsrc-WIP-changes archive

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

samtools: Clean up deps



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Sep 29 15:10:48 2024 -0500
Changeset:	4b2e72c3e9568baf752bcf37c098bfc2260bce65

Modified Files:
	samtools/Makefile

Log Message:
samtools: Clean up deps

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

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

diffstat:
 samtools/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index c9ec34f8e9..f1feb5e179 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -35,8 +35,8 @@ REPLACE_LUA+=		misc/*.lua
 pre-configure:
 	cd ${WRKSRC} && autoreconf -if
 
-.include "../../wip/htslib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/application.mk"
 .include "../../mk/curses.buildlink3.mk"
+#.include "../../lang/python/application.mk"
+.include "../../wip/htslib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index