diff -Nru graphics/krita.orig/Makefile graphics/krita/Makefile --- graphics/krita.orig/Makefile 2020-11-11 14:23:14.172962000 +1030 +++ graphics/krita/Makefile 2020-11-11 14:02:42.571194000 +1030 @@ -42,6 +42,7 @@ svg testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm xcb xext xi +USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_PyQt5:BOOL=true @@ -50,7 +51,7 @@ OPTIONS_SUB= yes GMIC_DESC= Depend on the G'Mic plugin #' -GMIC_RUN_DEPENDS= gmic_krita_qt:graphics/gmic-qt +GMIC_RUN_DEPENDS= gmic_krita_qt:graphics/gmic-qt@krita OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ libSeExpr2.so:graphics/seexpr @@ -61,6 +62,6 @@ PLIST_SUB= SHLIB_VER=20.0.0 \ SHLIB_SHVER=20 -LDFLAGS= -lpthread +LDFLAGS+= -lpthread .include