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/avogadro | |
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/avogadro')
-rw-r--r-- | science/avogadro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index 4e138a50948a..47e78bf71778 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -3,7 +3,7 @@ PORTNAME= avogadro PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF @@ -11,7 +11,7 @@ MAINTAINER= tkjacobsen@gmail.com COMMENT= Advanced molecular editor and viewer BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 -LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel +LIB_DEPENDS= openbabel:${PORTSDIR}/science/openbabel USE_LDCONFIG= yes USE_BZIP2= yes |