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 /comms | |
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 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 2 | ||||
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index b2fbf06e8410..a55f8943e3a3 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/por fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ sndfile:${PORTSDIR}/audio/libsndfile \ - boost_wave:${PORTSDIR}/devel/boost \ + boost_wave:${PORTSDIR}/devel/boost-libs \ pulse:${PORTSDIR}/audio/pulseaudio USE_DOS2UNIX= yes diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 3eb4e0ff50f0..5ba128bafbc3 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= sdcc:${PORTSDIR}/lang/sdcc \ guile:${PORTSDIR}/lang/guile LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ fftw3f:${PORTSDIR}/math/fftw3-float \ - boost_python:${PORTSDIR}/devel/boost-python + boost_python:${PORTSDIR}/devel/boost-python-libs RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem |