svn commit: r555192 - head/graphics/krita

Tobias C. Berner tcberner at FreeBSD.org
Sun Nov 15 10:45:44 UTC 2020


Author: tcberner
Date: Sun Nov 15 10:45:44 2020
New Revision: 555192
URL: https://svnweb.freebsd.org/changeset/ports/555192

Log:
  graphics/krita: Fix RUN_DEPENDS for GMIC option
  
  - depend on the flavored port
  
  PR:		251031
  Submitted by:	Shane <FreeBSD at ShaneWare.Biz>

Modified:
  head/graphics/krita/Makefile

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sun Nov 15 10:30:25 2020	(r555191)
+++ head/graphics/krita/Makefile	Sun Nov 15 10:45:44 2020	(r555192)
@@ -50,7 +50,7 @@ OPTIONS_DEFAULT=	OPENEXR
 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 at krita
 
 OPENEXR_LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
 			libSeExpr2.so:graphics/seexpr


More information about the svn-ports-head mailing list