diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-03-19 11:50:11 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-03-19 11:50:11 +0800 |
commit | a7609e76c717752ead2c7c9230769e1d1b2e71bb (patch) | |
tree | 095591752e44c6f5011b5ed96ca3c48b9a5ca58b /science | |
parent | 247d3457abb6c90cb685fe32fc9fdfcb23704c1d (diff) | |
download | freebsd-ports-gnome-a7609e76c717752ead2c7c9230769e1d1b2e71bb.tar.gz freebsd-ports-gnome-a7609e76c717752ead2c7c9230769e1d1b2e71bb.tar.zst freebsd-ports-gnome-a7609e76c717752ead2c7c9230769e1d1b2e71bb.zip |
- Make BROKEN (fails to compile due to the newer hdf5 API incompatible).
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 52e63ade55c0..5440f359759d 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \ freetype.9:${PORTSDIR}/print/freetype2 \ expat.6:${PORTSDIR}/textproc/expat2 +BROKEN= fails to compile due to the newer hdf5 API incompatible + USE_GL= yes USE_GMAKE= yes |