aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2018-01-28 13:19:56 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2018-01-28 13:19:56 +0000
commitcd2baa02fd8e55798e88f7ac36f066fb0dc15f92 (patch)
tree712a848daaa12aeb00d05e97750c835366bfb16a /graphics
parent6af6afdc931dc0c33a8f633926833ce51cb03705 (diff)
downloadports-cd2baa02fd8e55798e88f7ac36f066fb0dc15f92.tar.gz
ports-cd2baa02fd8e55798e88f7ac36f066fb0dc15f92.zip
graphics/darktable: Add iso-codes to the build dependencies
This permits darktable to display language names in the preferences dialog, not just language codes.
Notes
Notes: svn path=/head/; revision=460174
Diffstat (limited to 'graphics')
-rw-r--r--graphics/darktable/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index f91395dabbde..34e6f7859073 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -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 \