svn commit: r318445 - head/print/qpdfview

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat May 18 20:01:37 UTC 2013


Author: rakuco
Date: Sat May 18 20:01:36 2013
New Revision: 318445
URL: http://svnweb.freebsd.org/changeset/ports/318445

Log:
  Adjust Qt dependencies to fix a bug which prevented images from being shown.
  
  PR:		ports/178558
  Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail.com> (maintainer)

Modified:
  head/print/qpdfview/Makefile

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Sat May 18 19:49:01 2013	(r318444)
+++ head/print/qpdfview/Makefile	Sat May 18 20:01:36 2013	(r318445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdfview
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	https://launchpadlibrarian.net/131409309/
 
@@ -15,8 +15,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
 		cups:${PORTSDIR}/print/cups-client
 
-USE_QT4=	corelib dbus gui moc_build qmake_build rcc_build sql sql-sqlite3_run \
-		svg xml
+USE_QT4=	corelib dbus gui imageformats moc_build qmake_build rcc_build \
+		sql sql-sqlite3_run svg xml
 QMAKEFLAGS+=	QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE=""
 
 DATADIR=	${PREFIX}/share/${PORTNAME}


More information about the svn-ports-all mailing list