Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 23:25:44 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385226 - head/comms/wsjt
Message-ID:  <201505022325.t42NPi87067200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: shurd
Date: Sat May  2 23:25:44 2015
New Revision: 385226
URL: https://svnweb.freebsd.org/changeset/ports/385226

Log:
  Add dependency on libfftw3.so.
  
  PR:		199412
  Submitted by:	takefu@airport.fm

Modified:
  head/comms/wsjt/Makefile

Modified: head/comms/wsjt/Makefile
==============================================================================
--- head/comms/wsjt/Makefile	Sat May  2 23:23:02 2015	(r385225)
+++ head/comms/wsjt/Makefile	Sat May  2 23:25:44 2015	(r385226)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505022325.t42NPi87067200>