pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/guile-lib Add pkg-config to tools for proper gui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20a1725b90a8
branches:  trunk
changeset: 352517:20a1725b90a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 17:05:16 2016 +0000

description:
Add pkg-config to tools for proper guile detection.

diffstat:

 devel/guile-lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0180957e29d -r 20a1725b90a8 devel/guile-lib/Makefile
--- a/devel/guile-lib/Makefile  Thu Sep 15 17:02:34 2016 +0000
+++ b/devel/guile-lib/Makefile  Thu Sep 15 17:05:16 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/09/15 00:00:15 gdt Exp $
+# $NetBSD: Makefile,v 1.25 2016/09/15 17:05:16 wiz Exp $
 
 DISTNAME=      guile-lib-0.2.2
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 
-USE_TOOLS+=    gmake makeinfo
+USE_TOOLS+=    gmake makeinfo pkg-config
 TEXINFO_REQD=  4.2
 INFO_FILES=    yes
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index