diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:24:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-17 19:24:48 +0000 |
commit | cb1b867f940d4a22dc6c5a9edbb952890263e469 (patch) | |
tree | 29e488c70da8b69b7160814168c5df31b61bcfe6 /graphics/grads | |
parent | 691a9fd83f68a1aaefa496ffa13c269892f24198 (diff) | |
download | ports-cb1b867f940d4a22dc6c5a9edbb952890263e469.tar.gz ports-cb1b867f940d4a22dc6c5a9edbb952890263e469.zip |
- libmfhdf is now at so.3 in science/hdf port
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=226315
Diffstat (limited to 'graphics/grads')
-rw-r--r-- | graphics/grads/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index dff64438c8c3..4768ef057317 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -7,7 +7,7 @@ PORTNAME= grads PORTVERSION= 1.9b3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://grads.iges.org/grads/:other @@ -39,7 +39,7 @@ OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ .include <bsd.port.pre.mk> .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf.2:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf CONFIGURE_ARGS+= --with-hdf PLIST_SUB+= NETCDF="@comment " HDF="" .endif |