diff --git a/audio/mpd/Makefile b/audio/mpd/Makefile index 3ef974e82b1..cc61bc458ea 100644 --- a/audio/mpd/Makefile +++ b/audio/mpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2008/02/17 18:53:02 bernd Exp $ +# $OpenBSD: Makefile,v 1.12 2008/03/24 06:51:04 jakemsr Exp $ COMMENT= Music Player Daemon DISTNAME= mpd-0.13.1 @@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --enable-ao \ --disable-oss \ --disable-pulse \ --disable-sun \ + --disable-jack \ --enable-mod \ --bindir=${PREFIX}/sbin \ --with-zeroconf=no diff --git a/devel/gstreamer-plugins/Makefile b/devel/gstreamer-plugins/Makefile index 0150e6464d4..03d9560b595 100644 --- a/devel/gstreamer-plugins/Makefile +++ b/devel/gstreamer-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2007/12/19 07:31:15 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.38 2008/03/24 06:52:02 jakemsr Exp $ COMMENT-main= GStreamer Streaming-media framework plug-ins @@ -38,6 +38,7 @@ CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gst-plu # Disable plugins might try to build that we shouldn't #CONFIGURE_ARGS+= --disable-mpeg2enc CONFIGURE_ARGS+= --disable-x264 +CONFIGURE_ARGS+= --disable-jack CONFIGURE_ARGS+= --disable-tests # do not build the cdaudio plugin, cdparanoia is enough