Thu Sep 15 17:05:16 2016 UTC ()
Add pkg-config to tools for proper guile detection.


(wiz)
diff -r1.24 -r1.25 pkgsrc/devel/guile-lib/Makefile

cvs diff -r1.24 -r1.25 pkgsrc/devel/guile-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/guile-lib/Makefile 2016/09/15 00:00:15 1.24
+++ pkgsrc/devel/guile-lib/Makefile 2016/09/15 17:05:16 1.25
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.24 2016/09/15 00:00:15 gdt Exp $ 1# $NetBSD: Makefile,v 1.25 2016/09/15 17:05:16 wiz Exp $
2 2
3DISTNAME= guile-lib-0.2.2 3DISTNAME= guile-lib-0.2.2
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://download.savannah.gnu.org/releases/guile-lib/ 6MASTER_SITES= http://download.savannah.gnu.org/releases/guile-lib/
7# http://download.gna.org/guile-lib/ 7# http://download.gna.org/guile-lib/
8 8
9MAINTAINER= gdt@NetBSD.org 9MAINTAINER= gdt@NetBSD.org
10HOMEPAGE= http://www.nongnu.org/guile-lib/ 10HOMEPAGE= http://www.nongnu.org/guile-lib/
11COMMENT= Library functions for Guile, implemented in Scheme 11COMMENT= Library functions for Guile, implemented in Scheme
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15USE_TOOLS+= gmake makeinfo 15USE_TOOLS+= gmake makeinfo pkg-config
16TEXINFO_REQD= 4.2 16TEXINFO_REQD= 4.2
17INFO_FILES= yes 17INFO_FILES= yes
18TEST_TARGET= check 18TEST_TARGET= check
19 19
20# guile-lib uses the install(1) feature that missing intermediate 20# guile-lib uses the install(1) feature that missing intermediate
21# directories are created automatically, which e.g. NetBSD's doesn't 21# directories are created automatically, which e.g. NetBSD's doesn't
22# support, so we have to precreate the directories 22# support, so we have to precreate the directories
23INSTALLATION_DIRS+= share/guile/site/config 23INSTALLATION_DIRS+= share/guile/site/config
24INSTALLATION_DIRS+= share/guile/site/container 24INSTALLATION_DIRS+= share/guile/site/container
25INSTALLATION_DIRS+= share/guile/site/debugging 25INSTALLATION_DIRS+= share/guile/site/debugging
26INSTALLATION_DIRS+= share/guile/site/graph 26INSTALLATION_DIRS+= share/guile/site/graph
27INSTALLATION_DIRS+= share/guile/site/io 27INSTALLATION_DIRS+= share/guile/site/io
28INSTALLATION_DIRS+= share/guile/site/logging 28INSTALLATION_DIRS+= share/guile/site/logging