Date: Sun, 28 Jan 2018 13:19:56 +0000 (UTC) From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460174 - head/graphics/darktable Message-ID: <201801281319.w0SDJugK002706@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281319.w0SDJugK002706>