diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-23 17:18:50 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-04-23 17:18:50 +0000 |
commit | 75f940b225aa00093a2213dea5ddaa9cf5c65bf4 (patch) | |
tree | b57cc3cf37d8d41e7cae0b12c6231a1ea3dbb216 /math/piranha | |
parent | databases/py-carbon: update to 1.1.3 (diff) |
math/piranha: Fix the redundant dependency problem (cmake in RUN_DEPENDS)
Reported by: mat
Notes
Notes:
svn path=/head/; revision=468106
Diffstat (limited to 'math/piranha')
-rw-r--r-- | math/piranha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |