diff options
author | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-28 19:45:08 +0800 |
commit | 291da30e08e6256cb9c448d12d81e18bfcef7895 (patch) | |
tree | ed5f09afdd626c922e88015da3aeeb6ae1eff9bd /misc | |
parent | db5c7bc390ded3a323a9e1b04bb27d75d82b8182 (diff) | |
download | freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.gz freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.tar.zst freebsd-ports-gnome-291da30e08e6256cb9c448d12d81e18bfcef7895.zip |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime-devel/Makefile | 2 | ||||
-rw-r--r-- | misc/bibletime-kde4/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeedu3/Makefile | 2 | ||||
-rw-r--r-- | misc/kdeedu4/Makefile | 2 | ||||
-rw-r--r-- | misc/metalink-tools/Makefile | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/misc/bibletime-devel/Makefile b/misc/bibletime-devel/Makefile index 0470480cec45..caa349c93785 100644 --- a/misc/bibletime-devel/Makefile +++ b/misc/bibletime-devel/Makefile @@ -18,7 +18,7 @@ COMMENT= An opensource Bible study tool RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.0.so:${PORTSDIR}/misc/sword BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ clucene.0:${PORTSDIR}/textproc/clucene USE_OPENSSL= yes diff --git a/misc/bibletime-kde4/Makefile b/misc/bibletime-kde4/Makefile index be75fbef3279..34ec8843ed29 100644 --- a/misc/bibletime-kde4/Makefile +++ b/misc/bibletime-kde4/Makefile @@ -16,7 +16,7 @@ COMMENT= An opensource Bible study tool RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.0.so:${PORTSDIR}/misc/sword BUILD_DEPENDS= ${RUN_DEPENDS} -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ clucene.0:${PORTSDIR}/textproc/clucene USE_OPENSSL= yes diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index b70ffdeb684b..c04a63d96b95 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Collection of entertaining, educational programs for KDE -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs CONFLICTS+= kwordquiz-[0-9]* kgeography-[0-9]* diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index c273263a2890..a28132f19d3c 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -16,7 +16,7 @@ COMMENT= Collection of entertaining, educational programs for KDE BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ gmm++>=3.0.4:${PORTSDIR}/math/gmm++ -LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ nova:${PORTSDIR}/astro/libnova \ openbabel.3:${PORTSDIR}/science/openbabel \ cfitsio.0:${PORTSDIR}/astro/cfitsio \ diff --git a/misc/metalink-tools/Makefile b/misc/metalink-tools/Makefile index 2f6e8c2ff5ce..412fc2c8f09c 100644 --- a/misc/metalink-tools/Makefile +++ b/misc/metalink-tools/Makefile @@ -17,9 +17,9 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Metalink generation tool LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ - boost_filesystem.4:${PORTSDIR}/devel/boost \ - boost_program_options.4:${PORTSDIR}/devel/boost \ - boost_regex.4:${PORTSDIR}/devel/boost + boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ + boost_program_options.4:${PORTSDIR}/devel/boost-libs \ + boost_regex.4:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ENV+= AWK="${AWK}" \ |