diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 22:05:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-09 22:05:08 +0800 |
commit | 87e1bc5f596f9aaaeb133e5162e341469bfd019b (patch) | |
tree | bff75f2f881607eda9ecec819eca86ebff2e1468 /comms | |
parent | d13a57d1b45d6b736df086a262b86d06c499f299 (diff) | |
download | freebsd-ports-gnome-87e1bc5f596f9aaaeb133e5162e341469bfd019b.tar.gz freebsd-ports-gnome-87e1bc5f596f9aaaeb133e5162e341469bfd019b.tar.zst freebsd-ports-gnome-87e1bc5f596f9aaaeb133e5162e341469bfd019b.zip |
wsjt builds fine without the python metaport
Diffstat (limited to 'comms')
-rw-r--r-- | comms/wsjt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 7e97b8a6c6b0..6f8fc9ed7641 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:comms/kvasd \ ${WSJT_DEPENDS} -BUILD_DEPENDS= python:lang/python \ - ${WSJT_DEPENDS} +BUILD_DEPENDS= ${WSJT_DEPENDS} LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libsamplerate.so:audio/libsamplerate \ |