diff options
-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/ |