aboutsummaryrefslogtreecommitdiffstats
path: root/comms/wsjt/Makefile
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2014-10-09 00:23:45 +0800
committerwg <wg@FreeBSD.org>2014-10-09 00:23:45 +0800
commitb65b44b9c85f232f088e0fe53ef3fc743b5fc0fc (patch)
treecb3ad6f8b011c7c843f4704a2629ae6da362a7c5 /comms/wsjt/Makefile
parent0c21b76dfdeb0a359d64308d125a427ba0f0756f (diff)
downloadfreebsd-ports-gnome-b65b44b9c85f232f088e0fe53ef3fc743b5fc0fc.tar.gz
freebsd-ports-gnome-b65b44b9c85f232f088e0fe53ef3fc743b5fc0fc.tar.zst
freebsd-ports-gnome-b65b44b9c85f232f088e0fe53ef3fc743b5fc0fc.zip
comms/wsjt: switch from py-imaging to py-pillow
With hat: python Approved by: portmgr (bdrewery, implicit)
Diffstat (limited to 'comms/wsjt/Makefile')
-rw-r--r--comms/wsjt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile
index 63bb92a3917c..1048a6506de1 100644
--- a/comms/wsjt/Makefile
+++ b/comms/wsjt/Makefile
@@ -2,7 +2,7 @@
PORTNAME= wsjt
VERSION= 9.1
-PORTREVISION= 5
+PORTREVISION= 6
DISTVERSION= ${VERSION}.r${SVN_REV}
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -13,7 +13,7 @@ MAINTAINER= hamradio@FreeBSD.org
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
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow
LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/scipy:${PORTSDIR}/science/py-scipy \