aboutsummaryrefslogtreecommitdiffstats
path: root/biology/canu
diff options
context:
space:
mode:
authorjwb <jwb@FreeBSD.org>2017-12-22 22:14:11 +0800
committerjwb <jwb@FreeBSD.org>2017-12-22 22:14:11 +0800
commitdb821ce6a6236d2d098d4f84b5dc99586f7caf5e (patch)
tree13d4d09795c49e473348bc318dd23f5793c0c118 /biology/canu
parent279d22fa2150fb24b879c3d6fbae767aa2a1bba6 (diff)
downloadfreebsd-ports-gnome-db821ce6a6236d2d098d4f84b5dc99586f7caf5e.tar.gz
freebsd-ports-gnome-db821ce6a6236d2d098d4f84b5dc99586f7caf5e.tar.zst
freebsd-ports-gnome-db821ce6a6236d2d098d4f84b5dc99586f7caf5e.zip
biology/canu: Replace += with = for depends
Approved by: jrm Differential Revision: https://reviews.freebsd.org/D13574
Diffstat (limited to 'biology/canu')
-rw-r--r--biology/canu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/canu/Makefile b/biology/canu/Makefile
index 8d0fcc801b7b..566a4be3a925 100644
--- a/biology/canu/Makefile
+++ b/biology/canu/Makefile
@@ -11,8 +11,8 @@ COMMENT= Single molecule sequence assembler
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/README.license.GPL
-LIB_DEPENDS+= libboost_regex.so:devel/boost-libs
-RUN_DEPENDS+= gnuplot:math/gnuplot
+LIB_DEPENDS= libboost_regex.so:devel/boost-libs
+RUN_DEPENDS= gnuplot:math/gnuplot
USES= compiler:openmp gmake perl5
USE_JAVA= yes