svn commit: r459017 - head/graphics/xpdf4

Cy Schubert cy at FreeBSD.org
Mon Jan 15 04:27:12 UTC 2018


Author: cy
Date: Mon Jan 15 04:27:10 2018
New Revision: 459017
URL: https://svnweb.freebsd.org/changeset/ports/459017

Log:
  Some users have reported broken buttons. Make broken buttons work.
  
  Submitted by:	John Hay <john at sanren.ac.za>
  MFH:		2018Q1

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Sun Jan 14 23:53:47 2018	(r459016)
+++ head/graphics/xpdf4/Makefile	Mon Jan 15 04:27:10 2018	(r459017)
@@ -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-head mailing list