diff options
author | wiz <wiz@pkgsrc.org> | 2020-05-18 13:39:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-05-18 13:39:37 +0000 |
commit | f3be43378abee7f1d451f3490690ccc1b497c641 (patch) | |
tree | 34d6040407ebcbea99b895c3661a81812b775239 /lang/Makefile | |
parent | bff8b0dd55c141b0d121a6d4058549abd6981711 (diff) | |
download | pkgsrc-f3be43378abee7f1d451f3490690ccc1b497c641.tar.gz |
lang/Makefile: + py-python-language-server
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile index accede8c4ee..6a5f87c3988 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.560 2020/05/17 00:47:06 tnn Exp $ +# $NetBSD: Makefile,v 1.561 2020/05/18 13:39:37 wiz Exp $ # COMMENT= Programming languages @@ -146,7 +146,6 @@ SUBDIR+= librep SUBDIR+= libunwind SUBDIR+= likepython SUBDIR+= llvm -#SUBDIR+= lua # only contains Makefile fragments SUBDIR+= lua51 SUBDIR+= lua52 SUBDIR+= lua53 @@ -200,7 +199,6 @@ SUBDIR+= pear SUBDIR+= perl5 SUBDIR+= pfe SUBDIR+= pforth -#SUBDIR+= php # only contains Makefile fragments SUBDIR+= php56 SUBDIR+= php72 SUBDIR+= php73 @@ -222,6 +220,7 @@ SUBDIR+= py-mypy_extensions SUBDIR+= py-parso SUBDIR+= py-paver SUBDIR+= py-pyrex +SUBDIR+= py-python-language-server SUBDIR+= py-python-lua SUBDIR+= py-pythonz SUBDIR+= py-six @@ -231,7 +230,6 @@ SUBDIR+= py27-html-docs SUBDIR+= py36-html-docs SUBDIR+= py37-html-docs SUBDIR+= py38-html-docs -#SUBDIR+= python # only contains Makefile fragments SUBDIR+= python27 SUBDIR+= python36 SUBDIR+= python37 |