graphics/osg and graphics/osg-devel: Add USES=gl; Simplify CONFLICTS statement

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-12-14 20:12:34 +00:00
parent b808650363
commit d59e877d6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487466
2 changed files with 4 additions and 4 deletions

View file

@ -21,9 +21,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff
CONFLICTS= osg-[0-9]*
CONFLICTS= osg
USES= alias cmake:outsource jpeg pkgconfig zip
USES= alias cmake:outsource jpeg gl pkgconfig zip
USE_GL= gl glu
USE_XORG= x11
USE_LDCONFIG= yes

View file

@ -22,9 +22,9 @@ USE_GITHUB= yes
GH_ACCOUNT= openscenegraph
GH_PROJECT= OpenSceneGraph
CONFLICTS= osg-devel-[0-9]*
CONFLICTS= osg-devel
USES= alias cmake:outsource compiler:c++11-lang jpeg pkgconfig
USES= alias cmake:outsource compiler:c++11-lang gl jpeg pkgconfig
USE_GL= gl glu
USE_XORG= x11
USE_LDCONFIG= yes