mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/raylib: Remove the unnecessary dependency openal
PR: 226173 Submitted by: Martin Filla <martinfilla@post.cz> Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
a419c83f73
commit
33a4be8b6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462852
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
PORTNAME= raylib
|
PORTNAME= raylib
|
||||||
DISTVERSION= 1.9.4
|
DISTVERSION= 1.9.4
|
||||||
DISTVERSIONSUFFIX= -dev
|
DISTVERSIONSUFFIX= -dev
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= martinfilla@post.cz
|
MAINTAINER= martinfilla@post.cz
|
||||||
|
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
LIB_DEPENDS= libglfw.so:graphics/glfw
|
LIB_DEPENDS= libglfw.so:graphics/glfw
|
||||||
|
|
||||||
USES= cmake:outsource openal
|
USES= cmake:outsource
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= raysan5
|
GH_ACCOUNT= raysan5
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue