svn commit: r519941 - head/graphics/osg34

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 12 16:17:24 UTC 2019


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


More information about the svn-ports-head mailing list