1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

biology/canu: Replace += with = for depends

Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D13574
This commit is contained in:
Jason W. Bacon 2017-12-22 14:14:11 +00:00
parent a6370a8e99
commit b0cc388a5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456982

View File

@ -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