summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-16 17:32:01 +0000
committerwiz <wiz@pkgsrc.org>2008-11-16 17:32:01 +0000
commit4237c7e198c74f5576b961d865ee793732b08402 (patch)
treee30a61bf01de0065399c72e0c601a537bb6882de
parente75745156da06ea08f37af188918fc8e42388198 (diff)
downloadpkgsrc-4237c7e198c74f5576b961d865ee793732b08402.tar.gz
Depend on correct freetype2 version. Add comment about the possibility
to include libspectre (not enabled). Should we?
-rw-r--r--graphics/cairo/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 2f000dd1ed6..d038849f806 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2008/11/16 17:20:14 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2008/11/16 17:32:01 wiz Exp $
DISTNAME= cairo-1.8.4
CATEGORIES= graphics
@@ -33,9 +33,6 @@ PLIST.carbon= yes
.include "options.mk"
-BUILDLINK_API_DEPENDS.glitz+= glitz>=0.5.1
-BUILDLINK_API_DEPENDS.pixman+= pixman>=0.12.0
-
# For snprintf() and ctime_r()
CPPFLAGS.SunOS+= -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
@@ -43,9 +40,15 @@ TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9
.include "../../graphics/freetype2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glitz+= glitz>=0.5.1
.include "../../graphics/glitz/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
+# include?
+#.include "../../print/libspectre/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pixman+= pixman>=0.12.0
.include "../../x11/pixman/buildlink3.mk"
+
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"