aboutsummaryrefslogtreecommitdiff
path: root/science/v_sim
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-10 03:08:59 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-10 03:08:59 +0000
commitdb0bf94b4c6b56150111c95cf6af0fcb2f1b8d06 (patch)
tree3d7b9b3c03997b86c2b05bf4090d5a10a40ce190 /science/v_sim
parent9c41eb19da2ca97b5a677e56b81fda8d6cfafe29 (diff)
downloadports-db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06.tar.gz
ports-db0bf94b4c6b56150111c95cf6af0fcb2f1b8d06.zip
Notes
Diffstat (limited to 'science/v_sim')
-rw-r--r--science/v_sim/Makefile3
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