Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 08:01:10 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513876 - head/graphics/xpdf4
Message-ID:  <201910060801.x9681AGb079004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Oct  6 08:01:10 2019
New Revision: 513876
URL: https://svnweb.freebsd.org/changeset/ports/513876

Log:
  graphics/xpdf4: Drop nop GUI_CMAKE_ARGS
  
  There is no such options helper.  It should have been GUI_CMAKE_ON,
  but -DNO_TEXT_SELECT:BOOL=OFF is already always in CMAKE_ARGS here.

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Sun Oct  6 07:26:15 2019	(r513875)
+++ head/graphics/xpdf4/Makefile	Sun Oct  6 08:01:10 2019	(r513876)
@@ -51,7 +51,6 @@ LIBPAPER_LIB_DEPENDS=	libpaper.so:print/libpaper
 
 GUI_CMAKE_OFF=		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets=1
 GUI_DESC=		QT5 interface
-GUI_CMAKE_ARGS+=	-DNO_TEXT_SELECT:BOOL=OFF
 GUI_USES=		qt:5 desktop-file-utils
 GUI_USE=		QT=buildtools_build,qmake_build,concurrent,core,gui,widgets,printsupport,svg,network,printsupport
 



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