pkgsrc-WIP-changes archive

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

Adding vsearch as a dependency.



Module Name:	pkgsrc-wip
Committed By:	Dan Siercks <dsiercks%uwm.edu@localhost>
Pushed By:	dsiercks
Date:		Wed Sep 12 08:43:12 2018 -0500
Changeset:	07836f8cd4afb5a4c1e0857e19d2d1e70d9406ba

Modified Files:
	mothur/Makefile

Log Message:
Adding vsearch as a dependency.

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

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

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

diffs:
diff --git a/mothur/Makefile b/mothur/Makefile
index 09623a0793..ff1c729820 100644
--- a/mothur/Makefile
+++ b/mothur/Makefile
@@ -40,6 +40,8 @@ DATADIR=	${PREFIX}/share/mothur
 DOCSDIR=	${PREFIX}/share/doc/mothur
 EXAMPLESDIR=	${PREFIX}/share/examples/mothur
 
+DEPENDS+=	vsearch>=0:../../wip/vsearch
+
 
 SUBST_CLASSES+=                thread1
 SUBST_STAGE.thread1= post-patch


Home | Main Index | Thread Index | Old Index