diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-10-08 16:23:45 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-10-08 16:23:45 +0000 |
commit | 33048ba80fbe592f43f61e0b5d54f0648cac3dd4 (patch) | |
tree | cb3ad6f8b011c7c843f4704a2629ae6da362a7c5 /comms | |
parent | 005a3bea9469058c7d8079eeecc98c5d1a7bb25f (diff) | |
download | ports-33048ba80fbe592f43f61e0b5d54f0648cac3dd4.tar.gz ports-33048ba80fbe592f43f61e0b5d54f0648cac3dd4.zip |
Notes
Diffstat (limited to 'comms')
-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 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 \ |