pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/check



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Apr  4 11:46:26 UTC 2018

Modified Files:
        pkgsrc/devel/check: Makefile

Log Message:
check: Requires pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/check/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/check/Makefile
diff -u pkgsrc/devel/check/Makefile:1.22 pkgsrc/devel/check/Makefile:1.23
--- pkgsrc/devel/check/Makefile:1.22    Fri Mar 30 19:16:55 2018
+++ pkgsrc/devel/check/Makefile Wed Apr  4 11:46:25 2018
@@ -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 @@ LICENSE=      gnu-lgpl-v2.1
 
 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