diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-20 12:57:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-20 12:57:46 +0000 |
commit | 4db2eca86bf9842f34b84aebb3707c25fb9307e1 (patch) | |
tree | dfd8838e2ea1be136e8838e1d8bc10d627a8e9ea /graphics/py-cairo/Makefile | |
parent | a4907c853fa35b7e65abf1f6e6491d7dceca2eb3 (diff) | |
download | pkgsrc-4db2eca86bf9842f34b84aebb3707c25fb9307e1.tar.gz |
Fix build with Cairo 1.2 API and require it. Bump revision since DSO
changed.
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r-- | graphics/py-cairo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index a414121bf33..f55c6b4a92e 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/04/23 17:13:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/20 12:57:46 joerg Exp $ # DISTNAME= pycairo-1.0.2 PKGNAME= ${PYPKGPREFIX}-cairo-1.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -27,6 +27,8 @@ PY_PATCHPLIST= yes BUILDLINK_TRANSFORM+= rm:-std=c99 .endif +BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 + .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" .include "../../graphics/cairo/buildlink3.mk" |