aboutsummaryrefslogtreecommitdiff
path: root/graphics/darktable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/darktable/Makefile')
-rw-r--r--graphics/darktable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 5c08a8823251..f78245274fbe 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -3,6 +3,7 @@
PORTNAME= darktable
PORTVERSION= 2.6.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
@@ -108,7 +109,7 @@ CXX= clang++${LLVM_VER}
# Depend on devel/openmp instead of the full LLVM at runtime. Required
# for a consistent libomp experience.
-LIB_DEPENDS+= libomp.so.0:devel/openmp
+LIB_DEPENDS+= libomp.so:devel/openmp
.endif
.if defined(WITH_DEBUG)