aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ecasound
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-27 07:46:21 +0800
committerbapt <bapt@FreeBSD.org>2013-07-27 07:46:21 +0800
commita06be5ff99fe983cee1b8e376f05782297a7f40f (patch)
tree818943fb55d2a9443eda5e445946d101fc6902af /audio/ecasound
parent89eb0b13f1f804eccec204b2aede7e064fbe7717 (diff)
downloadfreebsd-ports-gnome-a06be5ff99fe983cee1b8e376f05782297a7f40f.tar.gz
freebsd-ports-gnome-a06be5ff99fe983cee1b8e376f05782297a7f40f.tar.zst
freebsd-ports-gnome-a06be5ff99fe983cee1b8e376f05782297a7f40f.zip
Chase audio/arts removal
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile
index 79fb6ff56304..c963e1b5a3b2 100644
--- a/audio/ecasound/Makefile
+++ b/audio/ecasound/Makefile
@@ -16,7 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-OPTIONS_DEFINE= ALSA ARTS AUDIOFILE JACK LO OIL PYTHON SAMPLERATE
+OPTIONS_DEFINE= ALSA AUDIOFILE JACK LO OIL PYTHON SAMPLERATE
OPTIONS_DEFAULT=PYTHON
AUDIOFILE_DESC= Enable libaudiofile support
LO_DESC= Enable liblo support
@@ -27,7 +27,8 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-liblilv \
--disable-rubyecasound \
- --enable-sys-readline
+ --enable-sys-readline \
+ --disable-arts
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
@@ -47,12 +48,6 @@ LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
CONFIGURE_ARGS+= --disable-alsa
.endif
-.if ${PORT_OPTIONS:MARTS}
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-.else
-CONFIGURE_ARGS+= --disable-arts
-.endif
-
.if ${PORT_OPTIONS:MAUDIOFILE}
LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile
.else