pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/check check: Requires pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06f03781cb7c
branches:  trunk
changeset: 378248:06f03781cb7c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Apr 04 11:46:25 2018 +0000

description:
check: Requires pkg-config.

diffstat:

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

diffs (18 lines):

diff -r 2abb122416b7 -r 06f03781cb7c devel/check/Makefile
--- a/devel/check/Makefile      Wed Apr 04 11:40:41 2018 +0000
+++ b/devel/check/Makefile      Wed Apr 04 11:46:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/03/30 19:16:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.23 2018/04/04 11:46:25 jperkin Exp $
 #
 
 DISTNAME=      check-0.12.0
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 #CONFIGURE_ENV=        ac_cv_path_AWK_PATH=gawk
-USE_TOOLS=     automake autoreconf makeinfo # gawk
+USE_TOOLS=     automake autoreconf makeinfo pkg-config # gawk
 USE_LIBTOOL=   yes
 INFO_FILES=    yes
 



Home | Main Index | Thread Index | Old Index