svn commit: r490709 - head/net-im/licq-qt-gui

Dirk Meyer dinoex at FreeBSD.org
Sat Jan 19 07:21:05 UTC 2019


Author: dinoex
Date: Sat Jan 19 07:21:04 2019
New Revision: 490709
URL: https://svnweb.freebsd.org/changeset/ports/490709

Log:
  - reduce runtime dependencies
  PR:		234819
  Submitted by:	tobik

Modified:
  head/net-im/licq-qt-gui/Makefile

Modified: head/net-im/licq-qt-gui/Makefile
==============================================================================
--- head/net-im/licq-qt-gui/Makefile	Sat Jan 19 07:20:10 2019	(r490708)
+++ head/net-im/licq-qt-gui/Makefile	Sat Jan 19 07:21:04 2019	(r490709)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qt-gui
 PORTVERSION=	1.9.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 PKGNAMEPREFIX=	licq-
 PKGNAMESUFFIX?=	${KDE_SUFFIX}${PKGNAMESUFFIX2}
@@ -20,7 +20,7 @@ RUN_DEPENDS=	licq:${LICQ_PORT} \
 
 USE_XORG=	x11 xext ice xscrnsaver sm
 USES=		cmake qt:5
-USE_QT=		buildtools qmake_build linguisttools_build core \
+USE_QT=		buildtools_build qmake_build linguisttools_build core \
 		xml gui network dbus svg widgets
 USE_GITHUB=	yes
 GH_ACCOUNT=	licq-im


More information about the svn-ports-head mailing list