mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
graphics/gwenview: add dependency on Qt-imageformats
to provide support for various image formats. PR: 286209 Reported by: Martin Birgmeier
This commit is contained in:
parent
4ce148a7c1
commit
514bd91689
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= gwenview
|
PORTNAME= gwenview
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics kde kde-applications
|
CATEGORIES= graphics kde kde-applications
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
|
@ -25,7 +26,7 @@ USE_KDE= activities auth baloo bookmarks codecs completion config \
|
||||||
purpose service solid sonnet textwidgets widgetsaddons \
|
purpose service solid sonnet textwidgets widgetsaddons \
|
||||||
windowsystem xmlgui \
|
windowsystem xmlgui \
|
||||||
ecm:build
|
ecm:build
|
||||||
USE_QT= base
|
USE_QT= base imageformats:run
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue