Date: Mon, 15 Jan 2018 04:27:11 +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: r459017 - head/graphics/xpdf4 Message-ID: <201801150427.w0F4RBhT034758@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801150427.w0F4RBhT034758>