git: fcbc0a47c713 - main - graphics/digikam: relax ImageMagick requirements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Dec 2021 21:52:12 UTC
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fcbc0a47c713c872a78a90cf1beee5916b941f55
commit fcbc0a47c713c872a78a90cf1beee5916b941f55
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-12-18 21:45:36 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-12-18 21:52:10 +0000
graphics/digikam: relax ImageMagick requirements
digiKam builds with both magick:6 and magick:7, so leave it
unspecified (with the new USES=magick) so that the default
gets picked up.
---
graphics/digikam/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index 4ea54966b00f..f618407598b9 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,5 +1,6 @@
PORTNAME= digikam
DISTVERSION= 7.4.0
+PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR= KDE/digikam/${PORTVERSION}
@@ -29,7 +30,7 @@ LIB_DEPENDS= libKF5Sane.so:graphics/libksane \
libx265.so:multimedia/x265
USES= bison cmake compiler:c++11-lib desktop-file-utils eigen:3 gl \
- gnome jpeg kde:5 magick:6 pkgconfig qt:5 shebangfix tar:xz xorg
+ gnome jpeg kde:5 magick pkgconfig qt:5 shebangfix tar:xz xorg
USE_GL= gl glu
USE_GNOME= glib20 libxml2 libxslt
USE_KDE= archive auth bookmarks calendarcore codecs completion config \