aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2013-05-14 04:32:02 +0800
committerstefan <stefan@FreeBSD.org>2013-05-14 04:32:02 +0800
commit6ecc862659b5b6e1b64ba3795fb10abdcd5e9c92 (patch)
tree15d75d72b091d1a1e312f55e6db26ab81bfa23aa /graphics
parent557aa5b7130f8a5db988cb2f1343fd455f3c8c8b (diff)
downloadfreebsd-ports-gnome-6ecc862659b5b6e1b64ba3795fb10abdcd5e9c92.tar.gz
freebsd-ports-gnome-6ecc862659b5b6e1b64ba3795fb10abdcd5e9c92.tar.zst
freebsd-ports-gnome-6ecc862659b5b6e1b64ba3795fb10abdcd5e9c92.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)
Diffstat (limited to 'graphics')
-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/