diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-01-28 21:19:56 +0800 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-01-28 21:19:56 +0800 |
commit | cd2baa02fd8e55798e88f7ac36f066fb0dc15f92 (patch) | |
tree | 712a848daaa12aeb00d05e97750c835366bfb16a /graphics | |
parent | 6af6afdc931dc0c33a8f633926833ce51cb03705 (diff) | |
download | freebsd-ports-gnome-cd2baa02fd8e55798e88f7ac36f066fb0dc15f92.tar.gz freebsd-ports-gnome-cd2baa02fd8e55798e88f7ac36f066fb0dc15f92.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 4 |
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 \ |