diff options
author | sat <sat@FreeBSD.org> | 2008-05-03 15:45:22 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-05-03 15:45:22 +0800 |
commit | 40e14c1067057cc7d0157d28aca50813fef9e105 (patch) | |
tree | 67c51f4a1b541c6196994b05e1f553d453d182d0 /science/vis5d+ | |
parent | 3f2d9ab079fb614b2b82b44bce397a053cc2a6f3 (diff) | |
download | freebsd-ports-gnome-40e14c1067057cc7d0157d28aca50813fef9e105.tar.gz freebsd-ports-gnome-40e14c1067057cc7d0157d28aca50813fef9e105.tar.zst freebsd-ports-gnome-40e14c1067057cc7d0157d28aca50813fef9e105.zip |
- Convert gzstream, libgfx[1] and qslim to shlibs
- Unbundle libgfx from qslim
- Chase the conversion in vis5d+
Suggested by: thierry [1]
Diffstat (limited to 'science/vis5d+')
-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 |