summaryrefslogtreecommitdiff
path: root/audio/bmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bmp/Makefile')
-rw-r--r--audio/bmp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile
index 85b819a3d5b..20aedf9d156 100644
--- a/audio/bmp/Makefile
+++ b/audio/bmp/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2005/03/16 21:27:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2005/08/01 00:09:35 rillig Exp $
#
+BMP_ENABLE_ENCODERS= yes
+
.include "Makefile.common"
PKGREVISION= 1
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-mp3/--enable-mp3/}
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-oss/--enable-oss/}
-CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/--disable-vorbis/--enable-vorbis/}
-
# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
# any open plugin. libstdc++ gets dynamically linked in when the id3lib
# library is loaded, and is the one causing problems. See PR pkg/26846