diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-29 11:37:27 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-29 11:37:27 +0000 |
| commit | da77ee190bc6a033441b5e49bb7c24721428f644 (patch) | |
| tree | 23922aa38b5ebe207cad1ea30f870b5d784eaecf | |
| parent | 4f943b398ffb4243d862c2c9c0071ed33a53f8c9 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 3e40464b2597..0c10bf1d8624 100644 --- a/math/Makefile +++ b/math/Makefile @@ -862,8 +862,8 @@ SUBDIR += php82-gmp SUBDIR += php83-bcmath SUBDIR += php83-gmp - SUBDIR += php84-gmp SUBDIR += php84-bcmath + SUBDIR += php84-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha |
