pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/SDL_sound playsound needs X11, so include x11.bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ae8d7546245
branches:  trunk
changeset: 516173:7ae8d7546245
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 16 07:30:45 2006 +0000

description:
playsound needs X11, so include x11.buildlink3.mk.

diffstat:

 audio/SDL_sound/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 3e66a79f4963 -r 7ae8d7546245 audio/SDL_sound/Makefile
--- a/audio/SDL_sound/Makefile  Sun Jul 16 00:53:01 2006 +0000
+++ b/audio/SDL_sound/Makefile  Sun Jul 16 07:30:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/06/12 16:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2006/07/16 07:30:45 wiz Exp $
 #
 
 DISTNAME=              SDL_sound-1.0.1
@@ -17,4 +17,5 @@
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../multimedia/smpeg/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index