pkgsrc-WIP-changes archive

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

fasda: Add stringtie dep for computing abundances



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jul 19 07:57:38 2023 -0500
Changeset:	3280b05db60d7fd05f62941f6bb74e3fe3f1ca14

Modified Files:
	fasda/Makefile

Log Message:
fasda: Add stringtie dep for computing abundances

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

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

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

diffs:
diff --git a/fasda/Makefile b/fasda/Makefile
index 6c47457320..1339c00d86 100644
--- a/fasda/Makefile
+++ b/fasda/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/auerlab/fasda
 COMMENT=	Fast and simple differential analysis
 LICENSE=	2-clause-bsd
 
+DEPENDS=	stringtie>0:../../wip/stringtie
+
 LDFLAGS.SunOS+=	-lresolv
 
 pre-build:


Home | Main Index | Thread Index | Old Index