Date: Mon, 7 Dec 2015 18:09:34 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403217 - head/print/qpdfview Message-ID: <201512071809.tB7I9YpF030451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Mon Dec 7 18:09:34 2015 New Revision: 403217 URL: https://svnweb.freebsd.org/changeset/ports/403217 Log: - Fix build, when QT5 option is set - Bump PORTREVISION PR: 204947 Submitted by: myself Approved by: vg@ (maintainer) Modified: head/print/qpdfview/Makefile Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Mon Dec 7 18:00:35 2015 (r403216) +++ head/print/qpdfview/Makefile Mon Dec 7 18:09:34 2015 (r403217) @@ -3,6 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.16 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/226592308/ \ https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/ @@ -36,7 +37,7 @@ DJVU_QMAKE_OFF= "CONFIG+=without_djvu" QT4_USE= qt4=dbus,gui,linguisttools,moc_build,rcc_build,sql,sql-sqlite3,svg,xml QT4_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 -QT5_USE= qt5=concurrent,linguisttools,printsupport,sql,sql-sqlite3 +QT5_USE= qt5=buildtools_build,concurrent,linguisttools,printsupport,sql,sql-sqlite3,svg,xml QT5_LIB_DEPENDS= libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 PS_LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512071809.tB7I9YpF030451>