diff options
author | wiz <wiz> | 2014-05-04 13:45:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-05-04 13:45:27 +0000 |
commit | 35b0b37f54f0f0a91ceefa745cc62c69f308e7f8 (patch) | |
tree | 146e4a88fb168526856ffaa27857bfd8d3b55bde /www/py-twill | |
parent | bea38834d35438b2d6513cbf5687ebbca290798a (diff) | |
download | pkgsrc-35b0b37f54f0f0a91ceefa745cc62c69f308e7f8.tar.gz |
Mark as not for python-3.3.
Diffstat (limited to 'www/py-twill')
-rw-r--r-- | www/py-twill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-twill/Makefile b/www/py-twill/Makefile index e542ebdb5ef..74d03e03e7b 100644 --- a/www/py-twill/Makefile +++ b/www/py-twill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/05/03 01:56:29 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/04 13:45:27 wiz Exp $ DISTNAME= twill-1.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,6 +14,7 @@ USE_LANGUAGES= # none PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # setup fails for 1.8.0 post-install: ${MV} ${DESTDIR}${PREFIX}/bin/twill-fork \ |