Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2017 14:14:11 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456982 - head/biology/canu
Message-ID:  <201712221414.vBMEEBFU071004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Fri Dec 22 14:14:11 2017
New Revision: 456982
URL: https://svnweb.freebsd.org/changeset/ports/456982

Log:
  biology/canu: Replace += with = for depends
  
  Approved by:    jrm
  Differential Revision:  https://reviews.freebsd.org/D13574

Modified:
  head/biology/canu/Makefile

Modified: head/biology/canu/Makefile
==============================================================================
--- head/biology/canu/Makefile	Fri Dec 22 14:13:38 2017	(r456981)
+++ head/biology/canu/Makefile	Fri Dec 22 14:14:11 2017	(r456982)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712221414.vBMEEBFU071004>