diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-15 17:05:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-15 17:05:16 +0000 |
commit | 63d51dea6ac99839e60adcce8f5bd138434b137e (patch) | |
tree | 6f3fefc55f715b896dce598eb8b8796a05a6b02a | |
parent | 26a96ad5d2fb1f17f039dbfc2c49e4523bec60b8 (diff) | |
download | pkgsrc-63d51dea6ac99839e60adcce8f5bd138434b137e.tar.gz |
Add pkg-config to tools for proper guile detection.
-rw-r--r-- | devel/guile-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/guile-lib/Makefile b/devel/guile-lib/Makefile index 9c57a0ccd42..bc8f0e25c8a 100644 --- a/devel/guile-lib/Makefile +++ b/devel/guile-lib/Makefile @@ -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, implemented in Scheme GNU_CONFIGURE= yes -USE_TOOLS+= gmake makeinfo +USE_TOOLS+= gmake makeinfo pkg-config TEXINFO_REQD= 4.2 INFO_FILES= yes TEST_TARGET= check |