summaryrefslogtreecommitdiff
path: root/databases/gq
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-01-01 16:49:01 +0000
committerminskim <minskim@pkgsrc.org>2005-01-01 16:49:01 +0000
commitfa7efe057ca9cd1a13e99408ac02a356817b4f2a (patch)
tree38a2210f7439ea58d89f67ab93f7c3e177ad382c /databases/gq
parent4a0ef99d53e0f4a5ac4bcb583c08f85edc19f9e5 (diff)
downloadpkgsrc-fa7efe057ca9cd1a13e99408ac02a356817b4f2a.tar.gz
Add build dependency on pkgconfig, which is used by configure.
Diffstat (limited to 'databases/gq')
-rw-r--r--databases/gq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile
index 6649c068b58..c27c5d5b3c5 100644
--- a/databases/gq/Makefile
+++ b/databases/gq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:13:18 tv Exp $
+# $NetBSD: Makefile,v 1.21 2005/01/01 16:55:53 minskim Exp $
#
DISTNAME= gq-1.0beta1
@@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --enable-cache
.include "../../security/openssl/buildlink3.mk"
.include "../../databases/openldap/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"