diff options
Diffstat (limited to 'math')
-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 |