aboutsummaryrefslogtreecommitdiff
path: root/graphics/qiviewer
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2013-05-13 20:32:02 +0000
committerStefan Walter <stefan@FreeBSD.org>2013-05-13 20:32:02 +0000
commitee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c (patch)
tree15d75d72b091d1a1e312f55e6db26ab81bfa23aa /graphics/qiviewer
parent5c2a8164d7af0217e5568544da752e777c54589c (diff)
downloadports-ee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c.tar.gz
ports-ee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c.zip
Add missing 'imageformats' to USE_QT4.
PR: 168319 Submitted by: Mel Flynn <rflynn@acsalaska.net> Reviewed by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=318130
Diffstat (limited to 'graphics/qiviewer')
-rw-r--r--graphics/qiviewer/Makefile6
-rw-r--r--graphics/qiviewer/pkg-descr2
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qiviewer/Makefile b/graphics/qiviewer/Makefile
index fc6ec8d34702..c1bebd40c0e9 100644
--- a/graphics/qiviewer/Makefile
+++ b/graphics/qiviewer/Makefile
@@ -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 viewer
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 \
diff --git a/graphics/qiviewer/pkg-descr b/graphics/qiviewer/pkg-descr
index cd93547af07b..508998307662 100644
--- a/graphics/qiviewer/pkg-descr
+++ b/graphics/qiviewer/pkg-descr
@@ -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/