summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-04-27 17:22:29 +0000
committerreed <reed@pkgsrc.org>2004-04-27 17:22:29 +0000
commit1f2bed885e6c56ff7b1965b7947fe5f2195db40c (patch)
tree934d75e6ebaf53a301fe192861021404c511bf83 /wm
parent25db10e28ed8b73ade05020bb47139196d39a8c7 (diff)
downloadpkgsrc-1f2bed885e6c56ff7b1965b7947fe5f2195db40c.tar.gz
Include pkgconfig's buildlink3.mk to make sure the .pc files are
found in the buildlink directory. This was noticed when using pkgviews, because pkg-config is broken as it has wrong compiled-in default for lib/pkgconfig directory.
Diffstat (limited to 'wm')
-rw-r--r--wm/obconf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile
index e1d39e91258..aadb280de92 100644
--- a/wm/obconf/Makefile
+++ b/wm/obconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/04/14 16:15:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/27 17:22:29 reed Exp $
DISTNAME= obconf-1.5
PKGREVISION= 4
@@ -17,5 +17,6 @@ GNU_CONFIGURE= YES
.include "../../wm/openbox/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"