Fix OpenAL dependency
PR: 219266 Approved by: lme (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D10788
This commit is contained in:
parent
de9bba1607
commit
66e081479e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442103
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= openomf
|
||||
PORTVERSION= 0.6.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.omf2097.com/pub/files/omf/:data
|
||||
DISTFILES+= omf2097.rar:data
|
||||
@ -16,7 +16,6 @@ COMMENT= Rewritten engine for One Must Fall 2097
|
||||
LIB_DEPENDS= libconfuse.so:devel/libconfuse \
|
||||
libpng.so:graphics/png \
|
||||
libargtable2.so:devel/argtable \
|
||||
libopenal.so:audio/openal \
|
||||
libenet.so:net/enet
|
||||
EXTRACT_DEPENDS= unrar:archivers/unrar
|
||||
|
||||
@ -28,7 +27,7 @@ GH_TAGNAME= c36c421
|
||||
GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \
|
||||
kode54:dumb:238f23c:libdumb
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext
|
||||
USES= cmake compiler:c++11-lang gettext openal
|
||||
USE_SDL= sdl2
|
||||
|
||||
DESKTOP_ENTRIES="OpenOMF" "" \
|
||||
|
Loading…
Reference in New Issue
Block a user