diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-28 03:25:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-28 03:25:28 +0000 |
commit | 6270f9f8aebad3bc0d84e393dcdd16066a479dd3 (patch) | |
tree | 9f7c55e4d406f5e981a355ee4e7849fd11af4124 /lang | |
parent | cc72379d5c259dd27ac74f67e0f4609e9e3af80b (diff) | |
download | ports-6270f9f8aebad3bc0d84e393dcdd16066a479dd3.tar.gz ports-6270f9f8aebad3bc0d84e393dcdd16066a479dd3.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index c1bb1efc476c..4a7e1683bb36 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -271,14 +271,14 @@ SUBDIR += pypy-devel SUBDIR += pypy3-devel SUBDIR += python - SUBDIR += python2 - SUBDIR += python3 SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-text SUBDIR += python-mode.el + SUBDIR += python2 SUBDIR += python27 + SUBDIR += python3 SUBDIR += python31 SUBDIR += python32 SUBDIR += python33 |