pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-cairo Fix cairo DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f101386cd48
branches:  trunk
changeset: 552663:4f101386cd48
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 07 21:06:02 2009 +0000

description:
Fix cairo DEPENDS.

diffstat:

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

diffs (18 lines):

diff -r 7df97f9c94f3 -r 4f101386cd48 graphics/py-cairo/Makefile
--- a/graphics/py-cairo/Makefile        Wed Jan 07 21:05:32 2009 +0000
+++ b/graphics/py-cairo/Makefile        Wed Jan 07 21:06:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/01/07 21:05:22 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/01/07 21:06:02 wiz Exp $
 #
 
 DISTNAME=              pycairo-1.8.0
@@ -28,7 +28,7 @@
 BUILDLINK_TRANSFORM+=  rm:-std=c99
 .endif
 
-BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.6.4
+BUILDLINK_API_DEPENDS.cairo+=  cairo>=1.8.0
 
 .include "../../lang/python/extension.mk"
 .include "../../math/py-Numeric/buildlink3.mk"



Home | Main Index | Thread Index | Old Index