Remove non default options on arts

Reported by:	mat
This commit is contained in:
Baptiste Daroussin 2013-07-26 23:31:35 +00:00
parent ace73de6c0
commit 6c9e1c4e6f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323765

View file

@ -9,7 +9,7 @@ COMMENT= High performance media player supporting many formats
.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.conf dvb-menu.conf
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