diff options
author | obache <obache@pkgsrc.org> | 2012-01-25 12:38:25 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-01-25 12:38:25 +0000 |
commit | e3db7ddba81ae6f37da9819b6229acc0d77147c1 (patch) | |
tree | 682d0ddb9409ddcd71cb7832c677d4befc7a41c4 /wm | |
parent | bd5f7ab7a44fa6fd5e943ed749da56e4dd8c40bf (diff) | |
download | pkgsrc-e3db7ddba81ae6f37da9819b6229acc0d77147c1.tar.gz |
no compiler languages is requred to build.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/py-tyle/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 771a8166453..7e52811b71a 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/01/25 12:34:30 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/01/25 12:38:25 obache Exp $ # DISTNAME= pytyle-0.7.5 @@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib PKG_DESTDIR_SUPPORT= user-destdir +USE_LANGUAGES= #none + PYTHON_VERSIONS_INCOMPATIBLE= 24 25 31 .include "../../lang/python/distutils.mk" |