pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/guile-pg Add pkg-config to tools to fix build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/090bb86cd698
branches:  trunk
changeset: 352511:090bb86cd698
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 15 16:31:37 2016 +0000

description:
Add pkg-config to tools to fix build.

diffstat:

 databases/guile-pg/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 249ec8be4701 -r 090bb86cd698 databases/guile-pg/Makefile
--- a/databases/guile-pg/Makefile       Thu Sep 15 16:26:03 2016 +0000
+++ b/databases/guile-pg/Makefile       Thu Sep 15 16:31:37 2016 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2016/09/15 00:48:57 gdt Exp $
-#
+# $NetBSD: Makefile,v 1.50 2016/09/15 16:31:37 wiz Exp $
 
 DISTNAME=      guile-pg-0.47
 PKGREVISION=   1
@@ -13,7 +12,7 @@
 LICENSE=       gnu-gpl-v3
 
 USE_LIBTOOL=   YES
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pkg-config
 GNU_CONFIGURE= YES
 INFO_FILES=    YES
 



Home | Main Index | Thread Index | Old Index