Remove non default options on arts
Reported by: mat
This commit is contained in:
parent
ace73de6c0
commit
6c9e1c4e6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323765
1 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue