diff options
author | makc <makc@FreeBSD.org> | 2012-12-11 22:19:54 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-12-11 22:19:54 +0800 |
commit | a4a38bf2108c44e073b6fd32aa8df858a3854923 (patch) | |
tree | d306c6bfb1e6cd85fc7edf327b8c71a6cf72e6ae /science/ghemical | |
parent | 0cef51d87940d3c7fe90dc12ebad633838e324f2 (diff) | |
download | freebsd-ports-gnome-a4a38bf2108c44e073b6fd32aa8df858a3854923.tar.gz freebsd-ports-gnome-a4a38bf2108c44e073b6fd32aa8df858a3854923.tar.zst freebsd-ports-gnome-a4a38bf2108c44e073b6fd32aa8df858a3854923.zip |
science/openbabel:
- Update openbabel to 2.3.2
- Switch to CMake build system
- Add PYTHON and CAIRO options
- Don't rename babel binary, mark conflict with ancient biology/babel
science/py-openbabel:
- Merge py-openbabel to openbabel
other:
- chase openbabel update
Diffstat (limited to 'science/ghemical')
-rw-r--r-- | science/ghemical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 2c32bdbe0176..ac6dc50bf50d 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -6,7 +6,7 @@ PORTNAME= ghemical PORTVERSION= 2.99.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ http://bioinformatics.org/ghemical/download/ @@ -15,7 +15,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Ghemical is a computational chemistry software package BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \ - openbabel:${PORTSDIR}/science/openbabel \ + obabel:${PORTSDIR}/science/openbabel \ ld:${PORTSDIR}/devel/binutils RUN_DEPENDS= f2c:${PORTSDIR}/lang/f2c LIB_DEPENDS= mpqc:${PORTSDIR}/science/mpqc \ |