diff options
Diffstat (limited to 'comms/gnuradio/Makefile')
-rw-r--r-- | comms/gnuradio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |