1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

graphics/darktable: Add iso-codes to the build dependencies

This permits darktable to display language names in the preferences
dialog, not just language codes.
This commit is contained in:
Jean-Sébastien Pédron 2018-01-28 13:19:56 +00:00
parent 6af6afdc93
commit cd2baa02fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460174

View File

@ -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 photographers
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 \