diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-03 07:45:22 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-03 07:45:22 +0000 |
commit | e654931d4b65b2addc585cff0c9bf658aa8e6a91 (patch) | |
tree | 9c4a76cad6e6d5e457f7e7302cf092506954ac8e /science | |
parent | Update to 1.4.14. (diff) |
- Convert gzstream, libgfx[1] and qslim to shlibs
- Unbundle libgfx from qslim
- Chase the conversion in vis5d+
Suggested by: thierry [1]
Notes
Notes:
svn path=/head/; revision=212518
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index f14a04619f82..6eea67d79c23 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -8,7 +8,7 @@ PORTNAME= vis5d+ PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= vis5d @@ -16,10 +16,10 @@ MASTER_SITE_SUBDIR= vis5d MAINTAINER= stephen@math.missouri.edu COMMENT= OpenGL-based volumetric visualization program for scientific datasets -BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \ - convert:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/include/gfx/gfx.h:${PORTSDIR}/graphics/libgfx +BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf \ + mix.0:${PORTSDIR}/graphics/qslim \ + gfx.0:${PORTSDIR}/graphics/libgfx \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick |