pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libshout Needs pkg-config, otherwise it will not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/448b26ae5f48
branches:  trunk
changeset: 396832:448b26ae5f48
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 04 13:31:24 2009 +0000

description:
Needs pkg-config, otherwise it will not install the pc file.

diffstat:

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

diffs (17 lines):

diff -r 5e87da096042 -r 448b26ae5f48 audio/libshout/Makefile
--- a/audio/libshout/Makefile   Tue Aug 04 11:13:11 2009 +0000
+++ b/audio/libshout/Makefile   Tue Aug 04 13:31:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/07/30 16:41:18 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2009/08/04 13:31:24 joerg Exp $
 #
 
 DISTNAME=      libshout-2.2.2
@@ -13,6 +13,7 @@
 
 USE_LIBTOOL=           YES
 PTHREAD_OPTS+=         require
+USE_TOOLS+=            pkg-config
 
 GNU_CONFIGURE=         YES
 



Home | Main Index | Thread Index | Old Index