biology/canu: Update to 2.2nb3

Remove gnuplot dependency.  It isn't necessary for basic canu
functionality, and it pulls in a rust dependency, which causes
frequent breakage.
This commit is contained in:
bacon 2024-02-23 14:30:58 +00:00
parent abe9503a66
commit bde3879896
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.24 2023/12/29 18:24:35 adam Exp $
# $NetBSD: Makefile,v 1.25 2024/02/23 14:30:58 bacon Exp $
DISTNAME= canu-2.2
PKGREVISION= 2
PKGREVISION= 3
CATEGORIES= biology java
MASTER_SITES= ${MASTER_SITE_GITHUB:=marbl/}
EXTRACT_SUFX= .tar.xz
@ -12,8 +12,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'