Remove sdl_sound dependency.
This commit is contained in:
parent
614d917bf3
commit
e870669615
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352841
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ocp
|
||||
PORTVERSION= 0.1.20
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://stian.cubic.org/ocp/ \
|
||||
|
@ -83,7 +83,7 @@ CONFIGURE_ARGS+= --without-adplug
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSDL}
|
||||
USE_SDL= sound
|
||||
USE_SDL= sdl
|
||||
CONFIGURE_ARGS+= --with-sdl=yes
|
||||
PLIST_SUB+= SDL=""
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue