diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-24 22:21:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-24 22:21:26 +0000 |
commit | 59783a7d36e9500e9ebea4e186b23a4b2cec9f66 (patch) | |
tree | 8f1292b0c6080b7a42066742fdc4596b2666b1bb /science/v_sim | |
parent | 1b4210e1048a3a6ec918c9e5d660c4dd322ad0ab (diff) | |
download | ports-59783a7d36e9500e9ebea4e186b23a4b2cec9f66.tar.gz ports-59783a7d36e9500e9ebea4e186b23a4b2cec9f66.zip |
Notes
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 08edef58d0d1..3c0e6b1c610e 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -6,7 +6,7 @@ PORTNAME= v_sim PORTVERSION= 3.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ @@ -39,7 +39,7 @@ PLIST_SUB+= CDF="@comment " .endif .if !defined(WITHOUT_BABEL) -LIB_DEPENDS+= openbabel.1:${PORTSDIR}/science/openbabel +LIB_DEPENDS+= openbabel.3:${PORTSDIR}/science/openbabel CONFIGURE_ARGS+=--with-openbabel --with-openbabel-path=${LOCALBASE} PLIST_SUB+= BABEL="" .else |