aboutsummaryrefslogtreecommitdiff
path: root/comms/qtel
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2017-11-02 00:39:55 +0000
committerDiane Bruce <db@FreeBSD.org>2017-11-02 00:39:55 +0000
commite121a351ff5daf57c90e0e376a576c6c63659891 (patch)
treef1daa7735920142c0e21816e13dc5e4cb78adc2f /comms/qtel
parenta5e51e3c746fc64a404ee3470aedf97c35193c60 (diff)
downloadports-e121a351ff5daf57c90e0e376a576c6c63659891.tar.gz
ports-e121a351ff5daf57c90e0e376a576c6c63659891.zip
Unbreak:
fix PR#451999 portlint(1) compliant add license_file PR: ports/223355 Submitted by: takefu@airport.fm
Notes
Notes: svn path=/head/; revision=453328
Diffstat (limited to 'comms/qtel')
-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"