Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 03:17:49 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493405 - head/graphics/xpdf4
Message-ID:  <201902200317.x1K3Hn4U096384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Feb 20 03:17:49 2019
New Revision: 493405
URL: https://svnweb.freebsd.org/changeset/ports/493405

Log:
  Sort USE_QT.

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Wed Feb 20 03:15:06 2019	(r493404)
+++ head/graphics/xpdf4/Makefile	Wed Feb 20 03:17:49 2019	(r493405)
@@ -27,8 +27,8 @@ SUB_FILES=	xpdf-man.conf
 
 USES=		compiler:c++11-lang cmake localbase:ldflags \
 		desktop-file-utils qt:5
-USE_QT=		buildtools_build,qmake_build,concurrent,core,gui,widgets,\
-		printsupport,svg,network
+USE_QT=		buildtools_build,concurrent,core,gui,network,printsupport,\
+		qmake_build,svg,widgets
 CMAKE_ARGS+=	-DOPI_SUPPORT:BOOL=ON -DCMAKE_DISABLE_FIND_PACKAGE_Qt4:BOOL=ON \
 		-DUSE_LCMS:BOOL=OFF -DSYSTEM_XPDFRC=${PREFIX}/etc/xpdfrc \
 		-DCMAKE_INSTALL_PREFIX=${PREFIX} \



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