Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 07:21:04 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490709 - head/net-im/licq-qt-gui
Message-ID:  <201901190721.x0J7L4pu051633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901190721.x0J7L4pu051633>