diff options
author | kris <kris@FreeBSD.org> | 2005-02-12 06:08:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-12 06:08:05 +0800 |
commit | 7f5c8c6d0da653d5ae982d94ce25bf4c2e92cc7e (patch) | |
tree | ca055a3d5e0a919233c571b4cd82c88b7300fe20 /math | |
parent | ef9556bdcd8765ad52abd12eb9dd0b75ea3b9188 (diff) | |
download | freebsd-ports-gnome-7f5c8c6d0da653d5ae982d94ce25bf4c2e92cc7e.tar.gz freebsd-ports-gnome-7f5c8c6d0da653d5ae982d94ce25bf4c2e92cc7e.tar.zst freebsd-ports-gnome-7f5c8c6d0da653d5ae982d94ce25bf4c2e92cc7e.zip |
BROKEN: Size mismatch
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 2 | ||||
-rw-r--r-- | math/polymake/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index d8b60dc1a546..968460dfd4a5 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= lioux@FreeBSD.org COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library +BROKEN= Size mismatch + USE_ZIP= yes USE_REINPLACE= yes NO_WRKSUBDIR= ys diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 3203ccac9060..929bca853a4e 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -19,6 +19,8 @@ COMMENT= A framework for experimental discrete mathematics LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +BROKEN= Size mismatch + USE_REINPLACE= yes USE_GMAKE= yes USE_BZIP2= yes |