pkgsrc-WIP-changes archive

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

microsynteny-tools: Add run deps



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Apr 20 15:59:50 2022 -0500
Changeset:	f21f65c9e2303cbe1e2c0e9577fcd8fa909ea466

Modified Files:
	microsynteny-tools/Makefile

Log Message:
microsynteny-tools: Add run deps

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

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

diffstat:
 microsynteny-tools/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/microsynteny-tools/Makefile b/microsynteny-tools/Makefile
index a429688f9f..c46bd87077 100644
--- a/microsynteny-tools/Makefile
+++ b/microsynteny-tools/Makefile
@@ -15,6 +15,10 @@ HOMEPAGE=	https://github.com/auerlab/microsynteny-tools
 COMMENT=	Tools for exploring microsyntenic differences among species
 LICENSE=	2-clause-bsd
 
+DEPENDS+=	curl>0:../../www/curl
+# DEPENDS+=	ncbi-blast+>0:../../biology/ncbi-blast+
+# DEPENDS+=	py-dna-features-viewer:../../wip/py-dna-features-viewer
+
 REPLACE_PYTHON=	Scripts/*.py
 
 .include "../../wip/biolibc/buildlink3.mk"


Home | Main Index | Thread Index | Old Index