Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison lang/pypy3/Makefile @ 122:cff826a2d6bf
Now include pypy2 instead of pypy as MASTERDIR
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 13 Jan 2024 11:44:10 +0100 |
| parents | 3b09db02a788 |
| children | b907e948fed9 |
comparison
equal
deleted
inserted
replaced
| 121:dbb5f3839210 | 122:cff826a2d6bf |
|---|---|
| 2 | 2 |
| 3 PORTNAME= pypy3 | 3 PORTNAME= pypy3 |
| 4 PORTREVISION= 0 | 4 PORTREVISION= 0 |
| 5 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src | 5 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src |
| 6 | 6 |
| 7 MASTERDIR= ${.CURDIR}/../pypy | 7 MASTERDIR= ${.CURDIR}/../pypy2 |
| 8 | 8 |
| 9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src | 9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src |
| 10 | 10 |
| 11 # Without gdbm is not supported on v7.3.9 any more: no extra package needed | 11 # Without gdbm is not supported on v7.3.9 any more: no extra package needed |
| 12 LIB_DEPENDS+= libgdbm.so:databases/gdbm | 12 LIB_DEPENDS+= libgdbm.so:databases/gdbm |
