Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 06:14:57 +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: r493407 - head/graphics/xpdf4
Message-ID:  <201902200614.x1K6Ev15089326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Feb 20 06:14:57 2019
New Revision: 493407
URL: https://svnweb.freebsd.org/changeset/ports/493407

Log:
  Remove whitespace in USE_QT, otherwise qmake_build is ignored.
  
  Reported by:	Paul Beard <paulbeard@gmail.com>

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Wed Feb 20 04:50:53 2019	(r493406)
+++ head/graphics/xpdf4/Makefile	Wed Feb 20 06:14:57 2019	(r493407)
@@ -27,8 +27,7 @@ SUB_FILES=	xpdf-man.conf
 
 USES=		compiler:c++11-lang cmake localbase:ldflags \
 		desktop-file-utils qt:5
-USE_QT=		buildtools_build,concurrent,core,gui,network,printsupport,\
-		qmake_build,svg,widgets
+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?201902200614.x1K6Ev15089326>