svn commit: r566601 - head/graphics/darktable

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Fri Feb 26 13:06:25 UTC 2021


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 \


More information about the svn-ports-all mailing list