diff options
author | reed <reed> | 2004-04-27 17:22:29 +0000 |
---|---|---|
committer | reed <reed> | 2004-04-27 17:22:29 +0000 |
commit | 118e199bf978868f557651aabb583f1fbe8c1cd9 (patch) | |
tree | 934d75e6ebaf53a301fe192861021404c511bf83 /wm | |
parent | 44fe92d229b68f1fcf6755cef33d963f9d6bc9ca (diff) | |
download | pkgsrc-118e199bf978868f557651aabb583f1fbe8c1cd9.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" |