Date: Fri, 26 Feb 2021 13:06:25 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566601 - head/graphics/darktable Message-ID: <202102261306.11QD6PcJ065388@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dumbbell Date: Fri Feb 26 13:06:25 2021 New Revision: 566601 URL: https://svnweb.freebsd.org/changeset/ports/566601 Log: graphics/darktable: Add shells/bash as a build dependency It has always been required, but was indirectly satisfied by security/p11-kit which depended on shells/bash until yesterday. This fixes the build of Darktable. Submitted by: fluffy@ Reported by: fluffy@ Modified: head/graphics/darktable/Makefile Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Fri Feb 26 12:27:53 2021 (r566600) +++ head/graphics/darktable/Makefile Fri Feb 26 13:06:25 2021 (r566601) @@ -17,7 +17,8 @@ ONLY_FOR_ARCHS_REASON= uses 64-bit address space BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ po4a-translate:textproc/po4a \ - xsltproc:textproc/libxslt + xsltproc:textproc/libxslt \ + bash:shells/bash LIB_DEPENDS= libcolord-gtk.so:graphics/colord-gtk \ libcolord.so:graphics/colord \ libcurl.so:ftp/curl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102261306.11QD6PcJ065388>