svn commit: r318130 - head/graphics/qiviewer
Stefan Walter
stefan at FreeBSD.org
Mon May 13 20:32:03 UTC 2013
Author: stefan
Date: Mon May 13 20:32:02 2013
New Revision: 318130
URL: http://svnweb.freebsd.org/changeset/ports/318130
Log:
Add missing 'imageformats' to USE_QT4.
PR: 168319
Submitted by: Mel Flynn <rflynn at acsalaska.net>
Reviewed by: Veniamin Gvozdikov <g.veniamin at googlemail.com> (maintainer)
Modified:
head/graphics/qiviewer/Makefile
head/graphics/qiviewer/pkg-descr
Modified: head/graphics/qiviewer/Makefile
==============================================================================
--- head/graphics/qiviewer/Makefile Mon May 13 20:31:53 2013 (r318129)
+++ head/graphics/qiviewer/Makefile Mon May 13 20:32:02 2013 (r318130)
@@ -3,7 +3,7 @@
PORTNAME= qiviewer
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GOOGLE_CODE
@@ -13,8 +13,8 @@ COMMENT= Fast and lightweight image view
LICENSE= GPLv2
USE_BZIP2= yes
-USE_QT4= gui xml dbus linguist_build qmake_build moc_build \
- rcc_build uic_build
+USE_QT4= gui xml dbus imageformats linguist_build qmake_build \
+ moc_build rcc_build uic_build
QMAKEFLAGS+= PREFIX="${PREFIX}"
PLIST_FILES= bin/qiviewer \
Modified: head/graphics/qiviewer/pkg-descr
==============================================================================
--- head/graphics/qiviewer/pkg-descr Mon May 13 20:31:53 2013 (r318129)
+++ head/graphics/qiviewer/pkg-descr Mon May 13 20:32:02 2013 (r318130)
@@ -1,4 +1,4 @@
This program has been written with help of Qt library, to be a
lightweight image viewer, similar to eog or viewnior for Gnome.
-WWW: http://code.google.com/p/qiviewer/
+WWW: http://code.google.com/p/qiviewer/
More information about the svn-ports-head
mailing list