diff options
Diffstat (limited to 'math')
-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 df518f2ad510..b166e331f10a 100644 --- a/math/msieve/Makefile +++ b/math/msieve/Makefile @@ -18,6 +18,8 @@ COMMENT= Fast factorization of big integers using MPQS and GNFS BUILD_DEPENDS= ${LOCALBASE}/lib/libecm.a:${PORTSDIR}/math/gmp-ecm +BROKEN= does not build + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |