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/avogadro | |
parent | 4b3c9f74d5ca6fcca81c4fe0dd895f06ad92d624 (diff) |
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
Notes
Notes:
svn path=/head/; revision=308694
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 |