Date: Mon, 13 May 2013 20:32:02 +0000 (UTC) From: Stefan Walter <stefan@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318130 - head/graphics/qiviewer Message-ID: <201305132032.r4DKW3Wr078706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@acsalaska.net> Reviewed by: Veniamin Gvozdikov <g.veniamin@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305132032.r4DKW3Wr078706>