Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2018 17:18:51 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468106 - head/math/piranha
Message-ID:  <201804231718.w3NHIpvK006233@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Apr 23 17:18:50 2018
New Revision: 468106
URL: https://svnweb.freebsd.org/changeset/ports/468106

Log:
  math/piranha: Fix the redundant dependency problem (cmake in RUN_DEPENDS)
  
  Reported by:	mat

Modified:
  head/math/piranha/Makefile

Modified: head/math/piranha/Makefile
==============================================================================
--- head/math/piranha/Makefile	Mon Apr 23 17:11:13 2018	(r468105)
+++ head/math/piranha/Makefile	Mon Apr 23 17:18:50 2018	(r468106)
@@ -3,6 +3,7 @@
 PORTNAME=	piranha
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,7 +18,7 @@ LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.lgpl3
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/numeric/conversion/cast.hpp:devel/boost-libs \
 		${LOCALBASE}/include/gmp.h:math/gmp \
 		${LOCALBASE}/include/mpfr.h:math/mpfr
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		cmake:outsource
 USE_GITHUB=	yes



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