diff options
-rw-r--r-- | comms/wsjt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 16576f71387a..07c83d409915 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -16,7 +16,7 @@ DISTNAME= wsjt-r${SVN_REV} MAINTAINER= db@FreeBSD.org COMMENT= Weak signal ham radio communication package -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter/ \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ samplerate:${PORTSDIR}/audio/libsamplerate |