diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-11 19:02:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-11 19:02:27 +0800 |
commit | 29c1655c6c06f031240b8b1bd0348e24888bf2bf (patch) | |
tree | f8c8ad27d08659ad3047a3ada5550e0a1528f8a2 /comms | |
parent | 665a944b62ce5fd38fce6b6b75b7ad5e47a654d8 (diff) | |
download | freebsd-ports-gnome-29c1655c6c06f031240b8b1bd0348e24888bf2bf.tar.gz freebsd-ports-gnome-29c1655c6c06f031240b8b1bd0348e24888bf2bf.tar.zst freebsd-ports-gnome-29c1655c6c06f031240b8b1bd0348e24888bf2bf.zip |
Dependency line should not end with a '/'
Feature safe: yes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wspr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 9cc6a2edd32d..04c479784eed 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -15,7 +15,7 @@ DISTNAME= wspr-r${SVN_REV} MAINTAINER= db@FreeBSD.org COMMENT= Weak signal for HF 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= hamlib:${PORTSDIR}/comms/hamlib \ fftw3f:${PORTSDIR}/math/fftw3-float \ |