pkgsrc-WIP-changes archive

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

canu: Remove huge and troublesome gnuplot dep



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Mar 2 06:43:27 2024 -0600
Changeset:	597df66e6694ab5f4e688f1191d471a7a144d721

Modified Files:
	canu/Makefile

Log Message:
canu: Remove huge and troublesome gnuplot dep

Not necessary for basic canu use

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

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

diffstat:
 canu/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/canu/Makefile b/canu/Makefile
index 8b0820d144..6eaf093428 100644
--- a/canu/Makefile
+++ b/canu/Makefile
@@ -11,8 +11,6 @@ HOMEPAGE=	https://canu.readthedocs.io/
 COMMENT=	Single molecule sequence assembler for genomes large and small
 LICENSE=	gnu-gpl-v2
 
-DEPENDS+=	gnuplot>0:../../graphics/gnuplot
-
 SUBST_CLASSES+=		perl
 SUBST_STAGE.perl=	pre-configure
 SUBST_SED.perl+=	-e 's|$$FindBin::RealBin/../lib/site_perl|${PREFIX}/${SITE_PERL_REL}|g'


Home | Main Index | Thread Index | Old Index