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/kalzium | |
parent | 4b3c9f74d5ca6fcca81c4fe0dd895f06ad92d624 (diff) | |
download | freebsd-ports-5bf9bfc399298d87b6ed8d978009d21ac12a5fcd.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/kalzium')
-rw-r--r-- | science/kalzium/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index 26be80628373..32bb8ed5021a 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -7,6 +7,7 @@ PORTNAME= kalzium PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,8 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Periodic table of elements for KDE 4 -LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel \ - avogadro.1:${PORTSDIR}/science/avogadro +LIB_DEPENDS= openbabel:${PORTSDIR}/science/openbabel \ + avogadro:${PORTSDIR}/science/avogadro BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \ ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile |