svn commit: r493405 - head/graphics/xpdf4

Cy Schubert cy at FreeBSD.org
Wed Feb 20 03:17:50 UTC 2019


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} \


More information about the svn-ports-head mailing list