diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-12-11 14:19:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-12-11 14:19:54 +0000 |
commit | 5bf9bfc399298d87b6ed8d978009d21ac12a5fcd (patch) | |
tree | d306c6bfb1e6cd85fc7edf327b8c71a6cf72e6ae /science/v_sim | |
parent | 4b3c9f74d5ca6fcca81c4fe0dd895f06ad92d624 (diff) |
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 48b5a020d4bb..d62dbc4253f6 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,6 +3,7 @@ PORTNAME= v_sim PORTVERSION= 3.6.1.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ @@ -49,7 +50,7 @@ PLIST_SUB+= CDF="@comment " .endif .if !defined(WITHOUT_BABEL) -LIB_DEPENDS+= openbabel.3:${PORTSDIR}/science/openbabel +LIB_DEPENDS+= openbabel:${PORTSDIR}/science/openbabel CONFIGURE_ARGS+=--with-openbabel PLIST_SUB+= BABEL="" .else |