aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 23:34:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 23:34:57 +0000
commitb49524071e98cadb674e9d171a33b2b50995e673 (patch)
tree52c128138f5a6c353f7a2a75b0191ca314384226 /multimedia/mpeg4ip
parent6c9e1c4e6fef54676d87293109507a8c390b2822 (diff)
downloadports-b49524071e98cadb674e9d171a33b2b50995e673.tar.gz
ports-b49524071e98cadb674e9d171a33b2b50995e673.zip
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 41c623a7b497..55684d177002 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -37,7 +37,7 @@ CONFIGURE_ARGS= --enable-ffmpeg=${LOCALBASE} \
--enable-mp4live \
--disable-static
-OPTIONS_DEFINE= ARTS ESOUND IPV6 NAS OPTIMIZED_CFLAGS XVID DOCS
+OPTIONS_DEFINE= ESOUND IPV6 NAS OPTIMIZED_CFLAGS XVID DOCS
OPTIONS_DEFAULT= IPV6 XVID
DOC_FILES= ${PORTDOCS}
@@ -82,10 +82,6 @@ MAN3= MP4.3 MP4AddAudioTrack.3 MP4AddHintTrack.3 MP4AddODTrack.3 \
###
## Auto detect possible extensions
###
-# arts
-.if exists(${LOCALBASE}/lib/libartsc.so) && empty(PORT_OPTIONS:MARTS)
-PORT_OPTIONS+= ARTS
-.endif
# esound
.if ${HAVE_GNOME:Mesound}!="" && empty(PORT_OPTIONS:MESOUND)
PORT_OPTIONS+= ESOUND
@@ -102,10 +98,6 @@ PORT_OPTIONS+= XVID
###
## Enable extensions based on user choices
###
-# arts
-.if ${PORT_OPTIONS:MARTS}
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-.endif
# esound
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound