diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-05-30 16:30:52 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-05-30 16:30:52 +0800 |
commit | cd3b918476eb4d7ac5b8b13ca74dc0b4e4a79a56 (patch) | |
tree | 1584d8a27d46b00c81aa39e831deb3071f58ff00 /math | |
parent | 6becc4144cd7767c183fd769a71bf583de284608 (diff) | |
download | freebsd-ports-gnome-cd3b918476eb4d7ac5b8b13ca74dc0b4e4a79a56.tar.gz freebsd-ports-gnome-cd3b918476eb4d7ac5b8b13ca74dc0b4e4a79a56.tar.zst freebsd-ports-gnome-cd3b918476eb4d7ac5b8b13ca74dc0b4e4a79a56.zip |
Broken. See: http://t64.tecnik93.com/index.php?action=describe_port&id=10887
Tested by: miwi@ on i386
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 45c4de1f7834..81d6a4eba376 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack \ pcre.0:${PORTSDIR}/devel/pcre BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +BROKEN= does not compile + .ifdef WITH_MPI IGNORE= no MPI support at the moment .endif |