pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Add explicit dependency on pkgconfig.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50acb9f875e2
branches:  trunk
changeset: 469445:50acb9f875e2
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Feb 23 14:09:01 2004 +0000

description:
Add explicit dependency on pkgconfig.

diffstat:

 graphics/cairo/Makefile      |  3 ++-
 graphics/libgdiplus/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 161f3d42794e -r 50acb9f875e2 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Mon Feb 23 13:47:26 2004 +0000
+++ b/graphics/cairo/Makefile   Mon Feb 23 14:09:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/23 14:09:01 recht Exp $
 #
 
 DISTNAME=      cairo-0.1.17
@@ -19,6 +19,7 @@
 BUILDLINK_DEPENDS.freetype2=  freetype2>=2.1.5
 .include "../../graphics/freetype2/buildlink3.mk"
 
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../graphics/libpixman/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 161f3d42794e -r 50acb9f875e2 graphics/libgdiplus/Makefile
--- a/graphics/libgdiplus/Makefile      Mon Feb 23 13:47:26 2004 +0000
+++ b/graphics/libgdiplus/Makefile      Mon Feb 23 14:09:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 18:26:28 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/23 14:09:01 recht Exp $
 #
 
 DISTNAME=      libgdiplus-0.1
@@ -17,6 +17,7 @@
 PKGCONFIG_OVERRIDE+=   libgdiplus.pc.in
 GNU_CONFIGURE=         yes
 
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../graphics/cairo/buildlink2.mk"
 .include "../../lang/mono/buildlink2.mk"
 .include "../../x11/Xrender/buildlink2.mk"



Home | Main Index | Thread Index | Old Index