pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/SDL_mixer Configure script tests for SDL>=1.2.10...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b54ac11cc34
branches:  trunk
changeset: 515746:4b54ac11cc34
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 07 15:07:38 2006 +0000

description:
Configure script tests for SDL>=1.2.10, so depend on that version.

diffstat:

 audio/SDL_mixer/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 2a2081b45993 -r 4b54ac11cc34 audio/SDL_mixer/Makefile
--- a/audio/SDL_mixer/Makefile  Fri Jul 07 15:06:04 2006 +0000
+++ b/audio/SDL_mixer/Makefile  Fri Jul 07 15:07:38 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/07/07 06:52:46 adam Exp $
+# $NetBSD: Makefile,v 1.30 2006/07/07 15:07:38 wiz Exp $
 
 DISTNAME=      SDL_mixer-1.2.7
 CATEGORIES=    audio
@@ -28,7 +28,10 @@
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
                ${WRKSRC}/build/playwave ${PREFIX}/bin
 
+BUILDLINK_API_DEPENDS.SDL+=    SDL>=1.2.10
+
 .include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../multimedia/smpeg/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index