Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 23:31:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323765 - head/multimedia/mplayer
Message-ID:  <201307262331.r6QNVZ4u099403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 23:31:35 2013
New Revision: 323765
URL: http://svnweb.freebsd.org/changeset/ports/323765

Log:
  Remove non default options on arts
  
  Reported by:	mat

Modified:
  head/multimedia/mplayer/Makefile

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Fri Jul 26 23:30:02 2013	(r323764)
+++ head/multimedia/mplayer/Makefile	Fri Jul 26 23:31:35 2013	(r323765)
@@ -9,7 +9,7 @@ COMMENT=	High performance media player s
 
 .include "${.CURDIR}/Makefile.shared"
 
-OPTIONS_DEFINE= AALIB AMR_NB AMR_WB ARTS BLURAY CACA DEBUG DV \
+OPTIONS_DEFINE= AALIB AMR_NB AMR_WB BLURAY CACA DEBUG DV \
 		ENCA ESOUND FRIBIDI GIF GSM GUI IPV6 JACK \
 		JOYSTICK LADSPA LIBMNG LIRC LIVEMEDIA LZO MAD \
 		NAS OCFLAGS OPENAL OPENGL OPENJPEG OTCHAIN \
@@ -50,7 +50,8 @@ CONFFILES=	example.conf input.conf menu.
 BROKEN=		Does not compile on sparc64
 .endif
 
-CONFIGURE_ARGS+=	--disable-directfb \
+CONFIGURE_ARGS+=	--disable-arts \
+			--disable-directfb \
 			--disable-faac \
 			--disable-faad \
 			--disable-libdca \
@@ -141,12 +142,6 @@ CONFIGURE_ARGS+=	--enable-rtc
 CONFIGURE_ARGS+=	--disable-rtc
 .endif
 
-.if ${PORT_OPTIONS:MARTS}
-LIB_DEPENDS+=		artsc:${PORTSDIR}/audio/arts
-.else
-CONFIGURE_ARGS+=	--disable-arts
-.endif
-
 .if ${PORT_OPTIONS:MCACA}
 LIB_DEPENDS+=		caca:${PORTSDIR}/graphics/libcaca
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307262331.r6QNVZ4u099403>