svn commit: r453328 - head/comms/qtel

Diane Bruce db at FreeBSD.org
Thu Nov 2 00:39:57 UTC 2017


Author: db
Date: Thu Nov  2 00:39:55 2017
New Revision: 453328
URL: https://svnweb.freebsd.org/changeset/ports/453328

Log:
  Unbreak:
  
  fix
    PR#451999
    portlint(1) compliant
  
  add
    license_file
  
  PR:		ports/223355
  Submitted by:	takefu at airport.fm

Modified:
  head/comms/qtel/Makefile

Modified: head/comms/qtel/Makefile
==============================================================================
--- head/comms/qtel/Makefile	Thu Nov  2 00:13:46 2017	(r453327)
+++ head/comms/qtel/Makefile	Thu Nov  2 00:39:55 2017	(r453328)
@@ -7,16 +7,17 @@ PORTREVISION=	1
 MAINTAINER=	hamradio at 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"


More information about the svn-ports-all mailing list