From b137eb0feeb2ebe1d555dc06a59a206c9a37e32a Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 2 Apr 2013 14:09:23 +0000 Subject: [PATCH] audio/bmp is gone, so don't try to enable the bmp plugin --- audio/xmp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index b69c62d15bc..d3478b16658 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2013/04/01 17:16:32 rpe Exp $ +# $OpenBSD: Makefile,v 1.51 2013/04/02 14:09:23 naddy Exp $ SHARED_ONLY= Yes @@ -42,7 +42,6 @@ CONFIGURE_ARGS+= --disable-alsa \ --disable-esd \ --disable-oss \ --disable-pulseaudio \ - --enable-bmp-plugin \ --enable-xmms-plugin CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib"