diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 23:10:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 23:10:44 +0800 |
commit | 61c0e63afcdb9a3598dff5333dc475299ba54039 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/wsjt | |
parent | b9ea4d79916c1d5bdfce1e491d5dd0b356264f9a (diff) | |
download | freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.tar.gz freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.tar.zst freebsd-ports-gnome-61c0e63afcdb9a3598dff5333dc475299ba54039.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Diffstat (limited to 'comms/wsjt')
-rw-r--r-- | comms/wsjt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index eecb2faf4a1f..9c29045b2863 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -15,8 +15,8 @@ COMMENT= Weak signal ham radio communication package RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging -LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ - samplerate:${PORTSDIR}/audio/libsamplerate +LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \ ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ ${PYNUMPY} |