aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/qtel/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile
index eeb1700875e6..d6ff9a949024 100644
--- a/comms/qtel/Makefile
+++ b/comms/qtel/Makefile
@@ -7,16 +7,17 @@ PORTREVISION= 1
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Qtel Echolink client
-BROKEN= Invalid checksum
-
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-LIB_DEPENDS= libecholib.so:comms/svxlink
+LIB_DEPENDS= libecholib.so:comms/svxlink \
+ libgsm.so:audio/gsm
MASTERDIR= ${.CURDIR}/../svxlink
USE_QT4= corelib gui network qmake_build linguist_build moc_build rcc_build uic_build
PKGDIR= ${.CURDIR}
CMAKE_ARGS+= -DUSE_QT:BOOL=YES \
-DQT_ONLY:BOOL=YES
+USE_GNOME= libsigc++20
.include "${MASTERDIR}/Makefile"