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 | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /wm | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.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" |