From e121a351ff5daf57c90e0e376a576c6c63659891 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Thu, 2 Nov 2017 00:39:55 +0000 Subject: [PATCH] Unbreak: fix PR#451999 portlint(1) compliant add license_file PR: ports/223355 Submitted by: takefu@airport.fm --- comms/qtel/Makefile | 7 ++++--- 1 file 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"