diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2013-05-13 20:32:02 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2013-05-13 20:32:02 +0000 |
commit | ee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c (patch) | |
tree | 15d75d72b091d1a1e312f55e6db26ab81bfa23aa /graphics | |
parent | 5c2a8164d7af0217e5568544da752e777c54589c (diff) | |
download | ports-ee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c.tar.gz ports-ee8b4339a071f21cb991a1c9a1e932dfdaa9eb4c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qiviewer/Makefile | 6 | ||||
-rw-r--r-- | graphics/qiviewer/pkg-descr | 2 |
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/ |