svn commit: r522577 - head/graphics/osg

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jan 10 16:17:13 UTC 2020


Author: amdmi3
Date: Fri Jan 10 16:17:13 2020
New Revision: 522577
URL: https://svnweb.freebsd.org/changeset/ports/522577

Log:
  - Switch CONFLICTS to CONFLICTS_INSTALL
  - Remove unneeded USES=localbase

Modified:
  head/graphics/osg/Makefile

Modified: head/graphics/osg/Makefile
==============================================================================
--- head/graphics/osg/Makefile	Fri Jan 10 16:16:54 2020	(r522576)
+++ head/graphics/osg/Makefile	Fri Jan 10 16:17:13 2020	(r522577)
@@ -22,9 +22,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	openscenegraph
 GH_PROJECT=	OpenSceneGraph
 
-CONFLICTS=	osg34-[0-9]*
+CONFLICTS_INSTALL=osg34-[0-9]*
 
-USES=		alias cmake compiler:c11 jpeg gl localbase pkgconfig xorg
+USES=		alias cmake compiler:c11 jpeg gl pkgconfig xorg
 USE_GL=		gl
 USE_XORG=	x11
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list