diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-30 22:19:24 +0000 |
commit | e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8 (patch) | |
tree | 96264f73d15f12f971d7d10ed53f8bb90530f705 /science | |
parent | fbab09fee302574e578e4f0d1b6082cdae4defb4 (diff) | |
download | ports-e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8.tar.gz ports-e4bf1fcd3063db8bff73d15fe9253e3f7f0213e8.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 | ||||
-rw-r--r-- | science/netcdf/Makefile | 2 | ||||
-rw-r--r-- | science/netcdf4/Makefile | 2 | ||||
-rw-r--r-- | science/ruby-netcdf/Makefile | 2 | ||||
-rw-r--r-- | science/vis5d+/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/science/Makefile b/science/Makefile index 42fa754e24d8..8d5e172aecc7 100644 --- a/science/Makefile +++ b/science/Makefile @@ -48,6 +48,7 @@ SUBDIR += mpb SUBDIR += mpqc SUBDIR += mpqc-mpich + SUBDIR += netcdf SUBDIR += oases SUBDIR += omnetpp SUBDIR += openbabel diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 8d710737ac7e..a0f74283cc3f 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+=--with-hdf5=no .endif .if !defined(WITHOUT_NETCDF) -LIB_DEPENDS+= netcdf.1:${PORTSDIR}/math/netcdf +LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf CONFIGURE_ARGS+=--with-netcdf=${LOCALBASE} --with-hdf=no .else CONFIGURE_ARGS+=--with-netcdf=no diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index b907ef08a76a..45c61fd487d6 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= netcdf PORTVERSION= 3.6.0p1 -CATEGORIES= math +CATEGORIES= science MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-p/} diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index b907ef08a76a..45c61fd487d6 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -7,7 +7,7 @@ PORTNAME= netcdf PORTVERSION= 3.6.0p1 -CATEGORIES= math +CATEGORIES= science MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-p/} diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile index bdb7cd4a2ad1..542145c820d1 100644 --- a/science/ruby-netcdf/Makefile +++ b/science/ruby-netcdf/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby interface to the NetCDF scientific IO library BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf +LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray USE_RUBY= yes diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index d75ab4516bb8..3b85ddfd75bc 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -18,7 +18,7 @@ COMMENT= An OpenGL-based volumetric visualization program for scientific dataset BUILD_DEPENDS= ${LOCALBASE}/lib/libmix.a:${PORTSDIR}/graphics/qslim \ convert:${PORTSDIR}/graphics/ImageMagick -LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf \ +LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick |