Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison lang/pypy2/Makefile @ 127:9f22a8fb45b6
Style: Order of OPTIONS configure options
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 14 Jan 2024 11:24:38 +0100 |
| parents | 1c224aaef1af |
| children | 27cfd860729d |
comparison
equal
deleted
inserted
replaced
| 126:1c224aaef1af | 127:9f22a8fb45b6 |
|---|---|
| 29 | 29 |
| 30 USES= compiler:c11 gettext-runtime gmake shebangfix ssl tar:bzip2 | 30 USES= compiler:c11 gettext-runtime gmake shebangfix ssl tar:bzip2 |
| 31 USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin | 31 USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin |
| 32 | 32 |
| 33 OPTIONS_DEFINE= BYTECOMPILE | 33 OPTIONS_DEFINE= BYTECOMPILE |
| 34 OPTIONS_SUB= yes | |
| 35 | |
| 36 OPTIONS_DEFAULT= BYTECOMPILE PYTHON | 34 OPTIONS_DEFAULT= BYTECOMPILE PYTHON |
| 37 | |
| 38 OPTIONS_SINGLE= TRANS | 35 OPTIONS_SINGLE= TRANS |
| 39 OPTIONS_SINGLE_TRANS= PYTHON PYPY PYPY_MINMEM | 36 OPTIONS_SINGLE_TRANS= PYTHON PYPY PYPY_MINMEM |
| 37 OPTIONS_SUB= yes | |
| 40 | 38 |
| 41 BYTECOMPILE_DESC= Enable to build byte-compiled Python files | 39 BYTECOMPILE_DESC= Enable to build byte-compiled Python files |
| 42 TRANS_DESC= Translation method | 40 TRANS_DESC= Translation method |
| 43 PYTHON_DESC= Use Python-2.7 to translate (slowest) | 41 PYTHON_DESC= Use Python-2.7 to translate (slowest) |
| 44 PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) | 42 PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) |
