svn commit: r459045 - branches/2018Q1/graphics/xpdf4

Cy Schubert cy at FreeBSD.org
Mon Jan 15 14:13:17 UTC 2018


Author: cy
Date: Mon Jan 15 14:13:15 2018
New Revision: 459045
URL: https://svnweb.freebsd.org/changeset/ports/459045

Log:
  MFH: r459017
  
  Some users have reported broken buttons. Make broken buttons work.
  
  Submitted by:	John Hay <john at sanren.ac.za>
  Approved by:	portmgr (swills)

Modified:
  branches/2018Q1/graphics/xpdf4/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/graphics/xpdf4/Makefile
==============================================================================
--- branches/2018Q1/graphics/xpdf4/Makefile	Mon Jan 15 14:06:46 2018	(r459044)
+++ branches/2018Q1/graphics/xpdf4/Makefile	Mon Jan 15 14:13:15 2018	(r459045)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	4.02
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics print
 MASTER_SITES=	http://www.xpdfreader.com/dl/
 .if !defined(MASTERDIR)
@@ -45,7 +45,7 @@ GUI_CMAKE_ON=		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets
 GUI_CMAKE_OFF=		-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Widgets:BOOL=TRUE
 GUI_DESC=		QT5 interface
 GUI_CMAKE_ARGS+=	-DNO_TEXT_SELECT:BOOL=OFF
-GUI_USE=		QT5=buildtools_build,qmake_build,concurrent,core,gui,widgets,printsupport
+GUI_USE=		QT5=buildtools_build,qmake_build,concurrent,core,gui,widgets,printsupport,svg
 
 PRINT_CMAKE_ON=		-DXPDFWIDGET_PRINTING:BOOL=ON -DCUPS:BOOL=ON
 PRINT_CMAKE_OFF=	-DXPDFWIDGET_PRINTING:BOOL=OFF -DCUPS:BOOL=OFF


More information about the svn-ports-branches mailing list