pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-mad Depend on libmad>=0.15.0bnb1, which inc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0127849738da
branches:  trunk
changeset: 467477:0127849738da
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Feb 01 10:59:26 2004 +0000

description:
Depend on libmad>=0.15.0bnb1, which includes the pkg-config file needed by
this package to configure properly.  Fixes PR pkg/24286.
Bump PKGREVISION to 1.

diffstat:

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

diffs (22 lines):

diff -r 12d967b53367 -r 0127849738da audio/xmms-mad/Makefile
--- a/audio/xmms-mad/Makefile   Sun Feb 01 10:48:46 2004 +0000
+++ b/audio/xmms-mad/Makefile   Sun Feb 01 10:59:26 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2003/12/18 23:38:53 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/01 10:59:26 jmmv Exp $
 #
 
 DISTNAME=              xmms-mad-0.5.5
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=xmms-mad/}
 
@@ -14,6 +15,8 @@
 
 CPPFLAGS.NetBSD+=      -DHAVE_NANOSLEEP=1
 
+BUILDLINK_DEPENDS.libmad=      libmad>=0.15.0bnb1
+
 .include "../../devel/pkgconfig/buildlink2.mk"
 .include "../../audio/libid3tag/buildlink2.mk"
 .include "../../audio/libmad/buildlink2.mk"



Home | Main Index | Thread Index | Old Index