From 75f940b225aa00093a2213dea5ddaa9cf5c65bf4 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 23 Apr 2018 17:18:50 +0000 Subject: math/piranha: Fix the redundant dependency problem (cmake in RUN_DEPENDS) Reported by: mat --- math/piranha/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/piranha') diff --git a/math/piranha/Makefile b/math/piranha/Makefile index de39697aa4a4..2590edde17f8 100644 --- a/math/piranha/Makefile +++ b/math/piranha/Makefile @@ -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 -- cgit v1.2.3