diff options
Diffstat (limited to 'math/pure-mpfr/Makefile')
-rw-r--r-- | math/pure-mpfr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile index 0fe9946a76f0..0230df15cf19 100644 --- a/math/pure-mpfr/Makefile +++ b/math/pure-mpfr/Makefile @@ -13,6 +13,9 @@ COMMENT= Multiprecision floats for Pure LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER +DEPRECATED= Depends on expiring devel/llvm35 +EXPIRATION_DATE=2019-08-31 + USES= pkgconfig pure MAKE_ARGS= libdir="${PREFIX}/lib" |