diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-28 11:25:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-28 11:25:28 +0800 |
commit | a9058c2b849207c92e10a03e44a2cbe185cb5720 (patch) | |
tree | 9f7c55e4d406f5e981a355ee4e7849fd11af4124 /lang | |
parent | 7766067fcf09a92db5a8cc1e254319bf4fcd46cf (diff) | |
download | freebsd-ports-gnome-a9058c2b849207c92e10a03e44a2cbe185cb5720.tar.gz freebsd-ports-gnome-a9058c2b849207c92e10a03e44a2cbe185cb5720.tar.zst freebsd-ports-gnome-a9058c2b849207c92e10a03e44a2cbe185cb5720.zip |
- Keep category Makefiles sorted
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 |