svn commit: r513876 - head/graphics/xpdf4

Tobias Kortkamp tobik at FreeBSD.org
Sun Oct 6 08:01:10 UTC 2019


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
 


More information about the svn-ports-head mailing list