pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-pgroonga



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec  3 00:11:39 UTC 2017

Modified Files:
        pkgsrc/databases/postgresql-pgroonga: Makefile

Log Message:
Needs pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/postgresql-pgroonga/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/postgresql-pgroonga/Makefile
diff -u pkgsrc/databases/postgresql-pgroonga/Makefile:1.1 pkgsrc/databases/postgresql-pgroonga/Makefile:1.2
--- pkgsrc/databases/postgresql-pgroonga/Makefile:1.1   Tue Aug 29 13:38:23 2017
+++ pkgsrc/databases/postgresql-pgroonga/Makefile       Sun Dec  3 00:11:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/29 13:38:23 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/03 00:11:39 joerg Exp $
 
 DISTNAME=      pgroonga-1.2.3
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -17,7 +17,7 @@ PGSQL_VERSIONS_ACCEPTED=      96 95 94 93
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/postgresql/contrib
 



Home | Main Index | Thread Index | Old Index