svn commit: r460174 - head/graphics/darktable

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Sun Jan 28 13:19:57 UTC 2018


Author: dumbbell
Date: Sun Jan 28 13:19:56 2018
New Revision: 460174
URL: https://svnweb.freebsd.org/changeset/ports/460174

Log:
  graphics/darktable: Add iso-codes to the build dependencies
  
  This permits darktable to display language names in the preferences
  dialog, not just language codes.

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Sun Jan 28 13:19:11 2018	(r460173)
+++ head/graphics/darktable/Makefile	Sun Jan 28 13:19:56 2018	(r460174)
@@ -3,6 +3,7 @@
 
 PORTNAME=	darktable
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
 
@@ -11,7 +12,8 @@ COMMENT=	Virtual lighttable and darkroom for photograp
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	xsltproc:textproc/libxslt \
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
+		xsltproc:textproc/libxslt \
 		po4a-translate:textproc/po4a
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libexiv2.so:graphics/exiv2 \


More information about the svn-ports-head mailing list