Mercurial > hgrepos > FreeBSD > ports > PyPy
diff bsd.pypy.mk @ 26:bb33295dc62d
FIX: Typo: remove unintended commend
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 Oct 2022 00:46:04 +0200 |
| parents | d2d396c79e9f |
| children | 3fcb2f73b3e2 |
line wrap: on
line diff
--- a/bsd.pypy.mk Wed Oct 05 17:22:18 2022 +0200 +++ b/bsd.pypy.mk Thu Oct 06 00:46:04 2022 +0200 @@ -49,7 +49,7 @@ .if ${PORT_OPTIONS:MFORPYIMPL37} PY_VERSION_SHORT= 3.7 .endif -.if ${PORT_OPTIONS:MFORPYIMPL38}# +.if ${PORT_OPTIONS:MFORPYIMPL38} PY_VERSION_SHORT= 3.8 .endif .if ${PORT_OPTIONS:MFORPYIMPL39}
