From d8af1ce005e8a015976fddcd00bf69630eff7ae5 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 7 Jan 2019 01:22:50 +0100 Subject: [PATCH] canu: fix DEPENDS pattern, remove unnecessary empty line --- canu/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/canu/Makefile b/canu/Makefile index 0181bdb386..e16d64b3a3 100644 --- a/canu/Makefile +++ b/canu/Makefile @@ -8,10 +8,9 @@ GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= bacon@NetBSD.org HOMEPAGE= http://canu.readthedocs.io/ COMMENT= Single molecule sequence assembler for genomes large and small - LICENSE= gnu-gpl-v2 -DEPENDS= gnuplot>0:../../graphics/gnuplot +DEPENDS+= gnuplot>0:../../graphics/gnuplot # Makefile compiles directly into ${DESTDIR}${PREFIX} SUBST_CLASSES+= optimize