diff options
-rw-r--r-- | time/py-pytz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile index 75c2a7a7c59..4823f110ee0 100644 --- a/time/py-pytz/Makefile +++ b/time/py-pytz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/01/20 12:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/20 13:42:01 wiz Exp $ # DISTNAME= pytz-2011n @@ -16,7 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes +# py-setuptools needed, but not available; package itself is ready +#PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |