pkgsrc-WIP-changes archive

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

bio-mocha: Add GSL dep so that build matches bfctools package



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Oct 7 08:00:14 2024 -0500
Changeset:	16f33eab4dbfbde5e277d5aa11b2c11a81e9809f

Modified Files:
	bio-mocha/Makefile

Log Message:
bio-mocha: Add GSL dep so that build matches bfctools package

Also document need for archiver deps on Linux

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

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

diffstat:
 bio-mocha/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/bio-mocha/Makefile b/bio-mocha/Makefile
index 1aa3c5758c..80bd4be290 100644
--- a/bio-mocha/Makefile
+++ b/bio-mocha/Makefile
@@ -56,7 +56,9 @@ do-install:
 	(cd ${WRKSRC}/MoCha && pax -rw . ${DESTDIR}${DATADIR})
 
 .include "../../devel/zlib/buildlink3.mk"
+# Required for Linux, even though inherited from htslib
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
 .include "../../wip/htslib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index