diff options
Diffstat (limited to 'graphics/py-pycha')
-rw-r--r-- | graphics/py-pycha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index c090c7f2832..9e74e0636f1 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/12/07 17:09:09 rodent Exp $ +# $NetBSD: Makefile,v 1.8 2015/04/13 23:12:42 rodent Exp $ DISTNAME= pycha-0.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,7 +16,7 @@ USE_LANGUAGES= #none PYTHON_SELF_CONFLICT= yes PYTHON_VERSIONED_DEPENDENCIES= cairo -PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 post-install: ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/* |