diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-07 12:16:26 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2015-01-07 12:16:26 +0000 |
commit | ee249a75ee54b36e22ebc3a16f626e7db6d13f34 (patch) | |
tree | 83ab7b07a849aa6f83d6d2ece12119a79d8aae73 /comms/Makefile | |
parent | Update to 14.08 (diff) |
Ressurect comms/qtel as a slave port of comms/svxlink
QTel is an open-source echolink client using Qt.
This allows a pkg of svxlink to not require Qt, but sill allows QTel to be
installed via pkg.
Notes
Notes:
svn path=/head/; revision=376460
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index ae6d4c6eb5d3..a6e5255af040 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -134,6 +134,7 @@ SUBDIR += qrq SUBDIR += qsstv SUBDIR += qt5-serialport + SUBDIR += qtel SUBDIR += quisk SUBDIR += remserial SUBDIR += rtl-sdr |