pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/guile-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 15 17:05:16 UTC 2016

Modified Files:
        pkgsrc/devel/guile-lib: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/guile-lib/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/guile-lib/Makefile
diff -u pkgsrc/devel/guile-lib/Makefile:1.24 pkgsrc/devel/guile-lib/Makefile:1.25
--- pkgsrc/devel/guile-lib/Makefile:1.24        Thu Sep 15 00:00:15 2016
+++ pkgsrc/devel/guile-lib/Makefile     Thu Sep 15 17:05:16 2016
@@ -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 @@ COMMENT=      Library functions for Guile, im
 
 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