summaryrefslogtreecommitdiff
path: root/graphics/cairo/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-02-23 14:09:01 +0000
committerrecht <recht>2004-02-23 14:09:01 +0000
commit7b8add4207f010c43eb8c992add1adb3afe3c5a8 (patch)
treeb8a3803196bf3a427637358f0d1393ab2fd49af7 /graphics/cairo/Makefile
parent05c47c486d9e7583fd75d50f4d6eb9af9554cac3 (diff)
downloadpkgsrc-7b8add4207f010c43eb8c992add1adb3afe3c5a8.tar.gz
Add explicit dependency on pkgconfig.
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r--graphics/cairo/Makefile3
1 files changed, 2 insertions, 1 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"