diff options
author | recht <recht@pkgsrc.org> | 2004-02-23 14:09:01 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-23 14:09:01 +0000 |
commit | 83b189fb38edb9f1b830422cf6e93ef70e3248df (patch) | |
tree | b8a3803196bf3a427637358f0d1393ab2fd49af7 /graphics | |
parent | 3dbd0a408be39a301a0ad7c6c2e22014f2deba1a (diff) | |
download | pkgsrc-83b189fb38edb9f1b830422cf6e93ef70e3248df.tar.gz |
Add explicit dependency on pkgconfig.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgdiplus/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 4d3d8bc4ca9..ea11d9d0a81 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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 --git a/graphics/libgdiplus/Makefile b/graphics/libgdiplus/Makefile index e29ce9f5ce2..af90ba455a5 100644 --- a/graphics/libgdiplus/Makefile +++ b/graphics/libgdiplus/Makefile @@ -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 @@ USE_LIBTOOL= yes 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" |