Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 10:46:29 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r555193 - branches/2020Q4/graphics/krita
Message-ID:  <202011151046.0AFAkTil030664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Nov 15 10:46:29 2020
New Revision: 555193
URL: https://svnweb.freebsd.org/changeset/ports/555193

Log:
  MFH: r555192
  
  graphics/krita: Fix RUN_DEPENDS for GMIC option
  
  - depend on the flavored port
  
  PR:		251031
  Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2020Q4/graphics/krita/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/graphics/krita/Makefile
==============================================================================
--- branches/2020Q4/graphics/krita/Makefile	Sun Nov 15 10:45:44 2020	(r555192)
+++ branches/2020Q4/graphics/krita/Makefile	Sun Nov 15 10:46:29 2020	(r555193)
@@ -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
 OPENEXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR



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