diff options
author | stephen <stephen@FreeBSD.org> | 2011-09-07 21:09:10 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-09-07 21:09:10 +0800 |
commit | c792deb691282a1aef9bc08af39552bf70696eab (patch) | |
tree | e43839453c356620e44a4722c2533b46cb1ccede /science | |
parent | 7b126145d04c891a3a09893ce217de4902d68cef (diff) | |
download | freebsd-ports-gnome-c792deb691282a1aef9bc08af39552bf70696eab.tar.gz freebsd-ports-gnome-c792deb691282a1aef9bc08af39552bf70696eab.tar.zst freebsd-ports-gnome-c792deb691282a1aef9bc08af39552bf70696eab.zip |
- Mark broken on some versions of FreeBSD (libtool error).
Approved by: (maho, implicit)
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 81299aac4656..c1ddc800d34a 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -22,6 +22,12 @@ LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +# The following scope of brokenness for vis5d+ is approximate. If you find +# the following scope is inappropriate for you, please report to maintainer. +.if OSVERSION<801000 +BROKEN= Does not build on some FreeBSD versions (libtool error). +.endif + USE_FORTRAN= yes USE_AUTOTOOLS= libtool USE_GL= yes |