diff options
author | pav <pav@FreeBSD.org> | 2007-05-25 06:21:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-25 06:21:26 +0800 |
commit | 899b98d9196c2bd205b9a520766b4419da148cf0 (patch) | |
tree | 698205196810d9abdf152f1c14fa03c7ebe5a86d | |
parent | 1aa0fee0a74a2de136705adb82e2765654a24456 (diff) | |
download | freebsd-ports-gnome-899b98d9196c2bd205b9a520766b4419da148cf0.tar.gz freebsd-ports-gnome-899b98d9196c2bd205b9a520766b4419da148cf0.tar.zst freebsd-ports-gnome-899b98d9196c2bd205b9a520766b4419da148cf0.zip |
- Chase openbabel update
-rw-r--r-- | biology/xdrawchem/Makefile | 4 | ||||
-rw-r--r-- | science/v_sim/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/biology/xdrawchem/Makefile b/biology/xdrawchem/Makefile index 5d37c87ca9a8..f0e42a1b7270 100644 --- a/biology/xdrawchem/Makefile +++ b/biology/xdrawchem/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdrawchem PORTVERSION= 1.9.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xdrawchem @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= xdrawchem MAINTAINER= hemi@puresimplicity.net COMMENT= Chemical drawing program -LIB_DEPENDS= openbabel.1:${PORTSDIR}/science/openbabel +LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel GNU_CONFIGURE= yes USE_GMAKE= yes 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 |