Skip to content

Commit

Permalink
devel/raylib: Remove the unnecessary dependency openal
Browse files Browse the repository at this point in the history
PR:		226173
Submitted by:	Martin Filla <[email protected]>
Approved by:	tcberner (mentor, implicit)
  • Loading branch information
yurivict committed Feb 24, 2018
1 parent 0d067ec commit 66a0e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/raylib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
PORTNAME= raylib
DISTVERSION= 1.9.4
DISTVERSIONSUFFIX= -dev
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md

LIB_DEPENDS= libglfw.so:graphics/glfw

USES= cmake:outsource openal
USES= cmake:outsource
USE_GITHUB= yes
GH_ACCOUNT= raysan5
USE_LDCONFIG= yes
Expand Down

0 comments on commit 66a0e5e

Please sign in to comment.