diff options
author | reed <reed@pkgsrc.org> | 2004-04-27 17:22:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-27 17:22:29 +0000 |
commit | d20a56c96c6ed9481255a15e17cd14a96d95ad3f (patch) | |
tree | 934d75e6ebaf53a301fe192861021404c511bf83 /wm | |
parent | eff762a8fa61fb82c6dedbff73b3721080d9cdd3 (diff) | |
download | pkgsrc-d20a56c96c6ed9481255a15e17cd14a96d95ad3f.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/Makefile | 3 |
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" |