Date: Fri, 2 May 2014 19:26:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352841 - head/audio/ocp Message-ID: <201405021926.s42JQiaB011987@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri May 2 19:26:44 2014 New Revision: 352841 URL: http://svnweb.freebsd.org/changeset/ports/352841 QAT: https://qat.redports.org/buildarchive/r352841/ Log: Remove sdl_sound dependency. Modified: head/audio/ocp/Makefile Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Fri May 2 19:23:06 2014 (r352840) +++ head/audio/ocp/Makefile Fri May 2 19:26:44 2014 (r352841) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405021926.s42JQiaB011987>