diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-08-31 12:14:48 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-08-31 12:14:48 +0800 |
commit | 471e21dfe3a98ac7102e07f5643a735a9f4f85a2 (patch) | |
tree | af28c227a105e78488346d5df2a3d976e55a4393 /graphics | |
parent | fb51c6f0bb7e656b26a59c750141070eaa9cbbd4 (diff) | |
download | freebsd-ports-gnome-471e21dfe3a98ac7102e07f5643a735a9f4f85a2.tar.gz freebsd-ports-gnome-471e21dfe3a98ac7102e07f5643a735a9f4f85a2.tar.zst freebsd-ports-gnome-471e21dfe3a98ac7102e07f5643a735a9f4f85a2.zip |
graphics/kipiplugins: remove dependency on graphics/digikam
it is no longer required.
PR: 231005
Reported by: <bsd@abinet.ru>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kipiplugins/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/kipiplugins/Makefile b/graphics/kipiplugins/Makefile index 62c9e9bd1515..47ed03c76eaf 100644 --- a/graphics/kipiplugins/Makefile +++ b/graphics/kipiplugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipiplugins DISTVERSION= 5.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/digikam DIST_SUBDIR= KDE/digikam/${PORTVERSION} @@ -10,8 +10,6 @@ DIST_SUBDIR= KDE/digikam/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Plugins for digikam -LIB_DEPENDS= libdigikamcore.so:graphics/digikam - USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ |