diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-01-28 13:19:56 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2018-01-28 13:19:56 +0000 |
commit | cd2baa02fd8e55798e88f7ac36f066fb0dc15f92 (patch) | |
tree | 712a848daaa12aeb00d05e97750c835366bfb16a | |
parent | 6af6afdc931dc0c33a8f633926833ce51cb03705 (diff) |
Notes
-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 \ |