diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-09-07 13:09:10 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-09-07 13:09:10 +0000 |
commit | cd9a1754219f24c4043e58d2b4fd4ff0131c3cda (patch) | |
tree | 40f73539fbde472efa904f7002e8d61531067e88 /science | |
parent | b6ec62db23f90c72ea574ac261a04a54e6e65aed (diff) | |
download | ports-cd9a1754219f24c4043e58d2b4fd4ff0131c3cda.tar.gz ports-cd9a1754219f24c4043e58d2b4fd4ff0131c3cda.zip |
Notes
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 |