diff options
author | Diane Bruce <db@FreeBSD.org> | 2018-07-01 21:02:09 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2018-07-01 21:02:09 +0000 |
commit | a1d8f66ac8f0cd870e71a38d120a4d6553871ec0 (patch) | |
tree | 8d64042239067c51f1cd3adf06a41e65020342cb | |
parent | 6e766e150de6b1107edd4247f60a502ec825812b (diff) | |
download | ports-a1d8f66ac8f0cd870e71a38d120a4d6553871ec0.tar.gz ports-a1d8f66ac8f0cd870e71a38d120a4d6553871ec0.zip |
Notes
-rw-r--r-- | comms/wsjt/Makefile | 3 | ||||
-rw-r--r-- | comms/wspr/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index c2a1117a1d06..4f395207d011 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -12,6 +12,9 @@ COMMENT= Weak signal ham radio communication package LICENSE= GPLv3 +DEPRECATED= replace with wsjtx upstream no longer maintained +EXPIRATION_DATE=2018-10-01 + RUN_DEPENDS= ${LOCALBASE}/bin/kvasd:comms/kvasd \ ${WSJT_DEPENDS} BUILD_DEPENDS= ${WSJT_DEPENDS} diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 80e54a22491b..7370e4c46696 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -13,8 +13,8 @@ COMMENT= Weak signal for HF ham radio communication package LICENSE= GPLv3 BROKEN_aarch64= fails to compile: gfortran6: unrecognized command line option '-m64' -DEPRECATED= replace with wsjtx upstream no longer maintained -EXPIRATION_DATE= 2018-10-01 +DEPRECATED= replace with wsjtx upstream no longer maintained +EXPIRATION_DATE=2018-10-01 BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ |