Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 16:17:13 +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: r522577 - head/graphics/osg
Message-ID:  <202001101617.00AGHD0u075155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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