diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-10 03:08:59 +0000 |
commit | db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06 (patch) | |
tree | 3d7b9b3c03997b86c2b05bf4090d5a10a40ce190 /science/v_sim | |
parent | 9c41eb19da2ca97b5a677e56b81fda8d6cfafe29 (diff) | |
download | ports-db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06.tar.gz ports-db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06.zip |
Notes
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 8f5d5cb8b447..86e02723ecb3 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -6,6 +6,7 @@ PORTNAME= v_sim PORTVERSION= 3.3.0 +PORTREVERSION= 1 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ @@ -29,7 +30,7 @@ PLIST_SUB+= NLS="" .endif .if !defined(WITHOUT_CDF) -LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf CONFIGURE_ARGS+=--with-nanoquanta --with-nanoquanta-path=${LOCALBASE} PLIST_SUB+= CDF="" .else |