From e8706696156f662b302059e897cc61e81a94ef9d Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 2 May 2014 19:26:44 +0000 Subject: [PATCH] Remove sdl_sound dependency. --- audio/ocp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index e732ce340d77..ffc24d207306 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