aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorshurd <shurd@FreeBSD.org>2015-05-03 07:25:44 +0800
committershurd <shurd@FreeBSD.org>2015-05-03 07:25:44 +0800
commit393a36a89b36de38c8d6fdd7a9049f7265f3fba5 (patch)
tree2518609932cb4c89aedb113b5bf2e5ce6139b991 /comms
parent36ca20f1a0e57760280548bc6becb71310c54435 (diff)
downloadfreebsd-ports-gnome-393a36a89b36de38c8d6fdd7a9049f7265f3fba5.tar.gz
freebsd-ports-gnome-393a36a89b36de38c8d6fdd7a9049f7265f3fba5.tar.zst
freebsd-ports-gnome-393a36a89b36de38c8d6fdd7a9049f7265f3fba5.zip
Add dependency on libfftw3.so.
PR: 199412 Submitted by: takefu@airport.fm
Diffstat (limited to 'comms')
-rw-r--r--comms/wsjt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index 4f768635bfc4..901d2b03e11d 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wsjt
VERSION= 9.1
-PORTREVISION= 9
+PORTREVISION= 10
DISTVERSION= ${VERSION}.r${SVN_REV}
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -12,11 +12,10 @@ DISTNAME= wsjt-r${SVN_REV}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Weak signal ham radio communication package
-BROKEN= Fails to configure, missing fftw3.h header
-
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
-LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \
+LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
+ 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 \