Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 10:45:44 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555192 - head/graphics/krita
Message-ID:  <202011151045.0AFAji9H030471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@krita
 
 OPENEXR_LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
 			libSeExpr2.so:graphics/seexpr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151045.0AFAji9H030471>