diff --git a/math/cmh/Makefile b/math/cmh/Makefile index 635c8e683128..17a4c00c7adb 100644 --- a/math/cmh/Makefile +++ b/math/cmh/Makefile @@ -1,32 +1,34 @@ PORTNAME= cmh DISTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Compute Igusa class polynomials LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build: lll.cpp:40:18: error: expected ';' after expression + LIB_DEPENDS= libfplll.so:math/fplll \ libgmp.so:math/gmp \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr \ libmpfrcx.so:math/mpfrcx \ libpari.so:math/pari RUN_DEPENDS= bash:shells/bash USES= autoreconf gmake libtool localbase shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/cmh-classpol.sh.in GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INFO= cm .include