aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ocp
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-03 03:26:44 +0800
committertijl <tijl@FreeBSD.org>2014-05-03 03:26:44 +0800
commit6c318047234673df3abc62ca10b0f106c636885c (patch)
treebb803278eb13e41dd07e38b867d9a7a48042fe08 /audio/ocp
parentc27e804eb35f794bea8510f280b7adcd4be95c1b (diff)
downloadfreebsd-ports-graphics-6c318047234673df3abc62ca10b0f106c636885c.tar.gz
freebsd-ports-graphics-6c318047234673df3abc62ca10b0f106c636885c.tar.zst
freebsd-ports-graphics-6c318047234673df3abc62ca10b0f106c636885c.zip
Remove sdl_sound dependency.
Diffstat (limited to 'audio/ocp')
-rw-r--r--audio/ocp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index e732ce340d7..ffc24d20730 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -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