svn commit: r352841 - head/audio/ocp

Tijl Coosemans tijl at FreeBSD.org
Fri May 2 19:26:44 UTC 2014


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


More information about the svn-ports-head mailing list