diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2018-01-28 21:19:56 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2018-01-28 21:19:56 +0800 |
commit | 451a63758dcfa005911f0fdec28bc4f989b48f12 (patch) | |
tree | 712a848daaa12aeb00d05e97750c835366bfb16a /graphics | |
parent | 1d3c2bc1b6c982df1bcaa8efaed8a3c7b882e160 (diff) | |
download | freebsd-ports-gnome-451a63758dcfa005911f0fdec28bc4f989b48f12.tar.gz freebsd-ports-gnome-451a63758dcfa005911f0fdec28bc4f989b48f12.tar.zst freebsd-ports-gnome-451a63758dcfa005911f0fdec28bc4f989b48f12.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 \ |