pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/k3b sndfile is deactivated when pkg-config is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a68804bb8e0f
branches:  trunk
changeset: 515231:a68804bb8e0f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 28 21:19:55 2006 +0000

description:
sndfile is deactivated when pkg-config is not available, so add it as
build time dependency.

diffstat:

 sysutils/k3b/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 37d64e424917 -r a68804bb8e0f sysutils/k3b/Makefile
--- a/sysutils/k3b/Makefile     Wed Jun 28 21:00:49 2006 +0000
+++ b/sysutils/k3b/Makefile     Wed Jun 28 21:19:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/06/13 12:36:16 markd Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/28 21:19:55 joerg Exp $
 #
 
 DISTNAME=              k3b-0.12.15
@@ -15,7 +15,7 @@
 DEPENDS+=              {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            gmake autoconf perl
+USE_TOOLS+=            gmake autoconf perl pkg-config
 USE_LANGUAGES=          c c++
 USE_LIBTOOL=            yes
 



Home | Main Index | Thread Index | Old Index