diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-11 20:14:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-11 20:14:54 +0800 |
commit | b0603d047418d6732cd0b098f5215eeb366a109e (patch) | |
tree | 86494b0ca654b834191c39b23464c19c24226af1 /comms/wsjt | |
parent | 24ffb783f571aac1be983f86eada107602a185a9 (diff) | |
download | freebsd-ports-gnome-b0603d047418d6732cd0b098f5215eeb366a109e.tar.gz freebsd-ports-gnome-b0603d047418d6732cd0b098f5215eeb366a109e.tar.zst freebsd-ports-gnome-b0603d047418d6732cd0b098f5215eeb366a109e.zip |
Dependency line should not end with a '/'
Feature safe: yes
Diffstat (limited to 'comms/wsjt')
-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 |