mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/osg and graphics/osg-devel: Add USES=gl; Simplify CONFLICTS statement
Approved by: portmgr
This commit is contained in:
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
|
@ -21,9 +21,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
LIB_DEPENDS= libpng.so:graphics/png \
|
LIB_DEPENDS= libpng.so:graphics/png \
|
||||||
libtiff.so:graphics/tiff
|
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_GL= gl glu
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -22,9 +22,9 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= openscenegraph
|
GH_ACCOUNT= openscenegraph
|
||||||
GH_PROJECT= 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_GL= gl glu
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue