pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/guile-pg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 15 16:31:37 UTC 2016

Modified Files:
        pkgsrc/databases/guile-pg: Makefile

Log Message:
Add pkg-config to tools to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/guile-pg/Makefile

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

Modified files:

Index: pkgsrc/databases/guile-pg/Makefile
diff -u pkgsrc/databases/guile-pg/Makefile:1.49 pkgsrc/databases/guile-pg/Makefile:1.50
--- pkgsrc/databases/guile-pg/Makefile:1.49     Thu Sep 15 00:48:57 2016
+++ pkgsrc/databases/guile-pg/Makefile  Thu Sep 15 16:31:37 2016
@@ -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 @@ COMMENT=      PostgreSQL interface for Guile
 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