Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 16:17:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519941 - head/graphics/osg34
Message-ID:  <201912121617.xBCGHNtC087793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 12 16:17:23 2019
New Revision: 519941
URL: https://svnweb.freebsd.org/changeset/ports/519941

Log:
  Switch CONFLICTS to CONFLICTS_INSTALL

Modified:
  head/graphics/osg34/Makefile

Modified: head/graphics/osg34/Makefile
==============================================================================
--- head/graphics/osg34/Makefile	Thu Dec 12 15:57:06 2019	(r519940)
+++ head/graphics/osg34/Makefile	Thu Dec 12 16:17:23 2019	(r519941)
@@ -23,7 +23,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	openscenegraph
 GH_PROJECT=	OpenSceneGraph
 
-CONFLICTS=	osg-[0-9]*
+CONFLICTS_INSTALL=osg-[0-9]*
 
 USES=		alias cmake compiler:c++11-lang gl jpeg pkgconfig xorg
 USE_GL=		gl glu



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