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/libghemical | |
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/libghemical')
-rw-r--r-- | science/libghemical/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 9a1b5716490c..eab96b246daf 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -6,7 +6,7 @@ PORTNAME= libghemical PORTVERSION= 2.99.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ http://bioinformatics.org/ghemical/download/ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.uku.fi/~thassine/projects/download/release20090911/ \ MAINTAINER= maho@FreeBSD.org COMMENT= Support libraries of science/ghemical port -BUILD_DEPENDS= openbabel:${PORTSDIR}/science/openbabel \ +BUILD_DEPENDS= obabel:${PORTSDIR}/science/openbabel \ mopac7:${PORTSDIR}/biology/mopac \ intltool-update:${PORTSDIR}/textproc/intltool \ ld:${PORTSDIR}/devel/binutils |