From 89ded5bc867fa0f03cca50090257532963d906e8 Mon Sep 17 00:00:00 2001 From: prlw1 Date: Wed, 12 Feb 2014 00:30:03 +0000 Subject: Python 2.6 and 2.7 versions of py-cairo conflict, but they don't conflict with the python 3.3 version, so remove PYTHON_SELF_CONFLICT and leave it up to PLIST conflict detection. --- graphics/py-cairo/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'graphics/py-cairo') diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 602ce348ff0..fe79179eac3 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2014/01/23 11:12:43 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2014/02/12 00:30:03 prlw1 Exp $ DISTNAME= py2cairo-1.10.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py2//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -22,8 +22,6 @@ PKGCONFIG_OVERRIDE+= pycairo.pc.in PY_PATCHPLIST= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 -PYTHON_SELF_CONFLICT= yes - post-extract: cd ${WRKSRC} && touch ChangeLog && aclocal && automake -a -- cgit v1.2.3