pkgsrc-WIP-changes archive

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

subread: Mark not for NetBSD (needs sysinfo)



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Mar 30 19:46:31 2021 -0500
Changeset:	c74605600644810300bc746941620d76e556ea8f

Modified Files:
	subread/Makefile

Log Message:
subread: Mark not for NetBSD (needs sysinfo)

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

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

diffstat:
 subread/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/subread/Makefile b/subread/Makefile
index b2b9da8d4d..a5220f8ec5 100644
--- a/subread/Makefile
+++ b/subread/Makefile
@@ -18,6 +18,8 @@ HOMEPAGE=	http://bioinf.wehi.edu.au/subread-package/
 COMMENT=	High-performance read alignment, quantification and mutation discovery
 LICENSE=	gnu-gpl-v3
 
+NOT_FOR_PLATFORM=	NetBSD-*-*	# Needs sysinfo
+
 USE_TOOLS+=	gmake
 
 WRKSRC=		${WRKDIR}/subread-2.0.2-source/src


Home | Main Index | Thread Index | Old Index