diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6023c634af19f890c563886be4fe4ba1f4e0d3ae (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /wm | |
parent | adeec7701b41e363cf9c35c508b73472f11506ee (diff) | |
download | pkgsrc-6023c634af19f890c563886be4fe4ba1f4e0d3ae.tar.gz |
Update for python25 removal.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/py-tyle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index e7a91789058..4aab6e32e69 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/04/08 19:09:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 22:14:03 wiz Exp $ # DISTNAME= pytyle-0.7.5 @@ -18,7 +18,5 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 25 - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |