svn commit: r468106 - head/math/piranha

Yuri Victorovich yuri at FreeBSD.org
Mon Apr 23 17:18:51 UTC 2018


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


More information about the svn-ports-head mailing list