aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authordb <db@FreeBSD.org>2017-11-02 08:39:55 +0800
committerdb <db@FreeBSD.org>2017-11-02 08:39:55 +0800
commit7849a926c168aca984885073e81a0f90a4c40c1b (patch)
treef1daa7735920142c0e21816e13dc5e4cb78adc2f /comms
parent7e56d05b311c556d35de007a718c61a7c51003ec (diff)
downloadfreebsd-ports-gnome-7849a926c168aca984885073e81a0f90a4c40c1b.tar.gz
freebsd-ports-gnome-7849a926c168aca984885073e81a0f90a4c40c1b.tar.zst
freebsd-ports-gnome-7849a926c168aca984885073e81a0f90a4c40c1b.zip
Unbreak:
fix PR#451999 portlint(1) compliant add license_file PR: ports/223355 Submitted by: takefu@airport.fm
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"