aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/wsjt/Makefile3
-rw-r--r--comms/wspr/Makefile4
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} \