pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/obconf Include pkgconfig's buildlink3.mk to make su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bffd6305d2d
branches:  trunk
changeset: 474331:3bffd6305d2d
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Apr 27 17:22:29 2004 +0000

description:
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:

 wm/obconf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r aff064c4a370 -r 3bffd6305d2d wm/obconf/Makefile
--- a/wm/obconf/Makefile        Tue Apr 27 17:16:28 2004 +0000
+++ b/wm/obconf/Makefile        Tue Apr 27 17:22:29 2004 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index