diff options
Diffstat (limited to 'math/msieve/Makefile')
-rw-r--r-- | math/msieve/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/msieve/Makefile b/math/msieve/Makefile index eae8a7d8ddec..8dba389578c0 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Fast factorization of big integers using MPQS and GNFS BROKEN= missing build depends +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:math/gmp-ecm |