diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-04-29 00:03:57 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-04-29 00:03:57 +0800 |
commit | a2d9771fc237d22ebc22b695c3b5d7950a217889 (patch) | |
tree | bc74eff497d8f2f474622ad6cf27872406fa48e2 /graphics/kphotoalbum/Makefile | |
parent | 2f03be9b29d48847f13e52188b7340cb36e384de (diff) | |
download | freebsd-ports-gnome-a2d9771fc237d22ebc22b695c3b5d7950a217889.tar.gz freebsd-ports-gnome-a2d9771fc237d22ebc22b695c3b5d7950a217889.tar.zst freebsd-ports-gnome-a2d9771fc237d22ebc22b695c3b5d7950a217889.zip |
graphics/kphotoalbum: update to 5.5
Announcement:
https://www.kphotoalbum.org/news/?item=0098#item0098
Diffstat (limited to 'graphics/kphotoalbum/Makefile')
-rw-r--r-- | graphics/kphotoalbum/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index e24df5cbb598..45296203f398 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kphotoalbum -DISTVERSION= 5.4.2 -PORTREVISION= 3 +DISTVERSION= 5.5 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ DIST_SUBDIR= KDE @@ -11,18 +10,19 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and organizer for KDE LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ + libexpat.so:textproc/expat2 \ libKF5KDcraw.so:graphics/libkdcraw \ libKF5KGeoMap.so:astro/libkgeomap \ libKF5Kipi.so:graphics/libkipi -USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 shebangfix \ - tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \ + pkgconfig qt:5 shebangfix tar:xz USE_KDE= archive auth codecs completion config \ configwidgets coreaddons ecm i18n \ iconthemes jobwidgets kio marble service \ sonnet textwidgets widgetsaddons xmlgui -USE_QT= core dbus gui network phonon4 sql webkit \ - widgets xml \ +USE_QT= concurrent core dbus declarative gui location network phonon4 \ + printsupport sql webchannel webengine widgets xml \ buildtools_build qmake_build SHEBANG_FILES= scripts/open-raw.pl scripts/kpa-backup.sh |