summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-08-21 21:29:08 +0000
committerfhajny <fhajny@pkgsrc.org>2016-08-21 21:29:08 +0000
commitddead0aade2f68a4f98ee3b5e416c12e69005747 (patch)
tree7251d0574b81738284ce8c2ae50eaffe23a36d74
parent8c53efdeb011c8a49fc300438fc145a89b7c6611 (diff)
downloadpkgsrc-ddead0aade2f68a4f98ee3b5e416c12e69005747.tar.gz
Add forgotten PKGCONFIG_OVERRIDE, thanks wiz@.
-rw-r--r--databases/libdbi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile
index 261bab19211..8ba56a3be1e 100644
--- a/databases/libdbi/Makefile
+++ b/databases/libdbi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/08/21 19:14:07 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2016/08/21 21:29:08 fhajny Exp $
#
DISTNAME= libdbi-0.9.0
@@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --disable-docs
+PKGCONFIG_OVERRIDE= dbi.pc.in
+
AUTO_MKDIRS= yes
.include "../../mk/bsd.pkg.mk"