Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 83:0e2afa9bbef8
MERGE: divergent dev: duplicate work
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Oct 2022 17:05:38 +0200 |
| parents | 60cd0d144d3a (diff) 142d33a42894 (current diff) |
| children | 467602257c54 |
| files | |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Oct 03 18:10:32 2022 +0200 +++ b/Makefile Tue Oct 04 17:05:38 2022 +0200 @@ -1,11 +1,11 @@ # Created by: David Naylor <dbn@FreeBSD.org> PORTNAME= pypy3 -DISTNAME= ${PORTNAME}.8-v${DISTVERSION}-src +DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src MASTERDIR= ${.CURDIR}/../pypy -WRKSRC= ${WRKDIR}/${PORTNAME}.8-v${DISTVERSION:C/-.*//}-src +WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src # Without gdbm is not supported on v7.3.9 any more: no extra package needed LIB_DEPENDS+= libgdbm.so:databases/gdbm
