summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormanu <manu>2004-07-14 13:16:30 +0000
committermanu <manu>2004-07-14 13:16:30 +0000
commite133c47aada8ec57d10cf365d076c039e285678d (patch)
tree2532d24eeae48eee54c20239ddd2bdf70553dba5 /audio
parent67375fb78618a5272d4fff7c8c2394f0cf0b3a3b (diff)
downloadpkgsrc-e133c47aada8ec57d10cf365d076c039e285678d.tar.gz
Enable ogg music (needed for upcoming games/wesnoth package)
Diffstat (limited to 'audio')
-rw-r--r--audio/SDL_mixer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile
index ae6c852409c..a594b0cae1c 100644
--- a/audio/SDL_mixer/Makefile
+++ b/audio/SDL_mixer/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2004/06/26 09:16:10 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/14 13:16:30 manu Exp $
#
DISTNAME= SDL_mixer-1.2.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
@@ -19,6 +19,8 @@ GNU_CONFIGURE= YES
USE_X11= YES
USE_LIBTOOL= YES
+CONFIGURE_ARGS+= --enable-music-ogg
+
CPPFLAGS= -Dunix=1
CFLAGS= -DPREFIX=\"\\\"${PREFIX}\\\"\"
@@ -28,6 +30,7 @@ post-install:
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playmus ${PREFIX}/bin
${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playwave ${PREFIX}/bin
+.include "../../audio/libvorbis/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../multimedia/smpeg/buildlink3.mk"