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/kalzium | |
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/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 |