Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 163:3ee5ec96e732
Now bsd.port.pre.mk is included by bsd.pypy.cffi.mk: include bsd.port.post.mk here
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Oct 2022 09:46:10 +0200 |
| parents | 676a8d63d486 |
| children |
comparison
equal
deleted
inserted
replaced
| 162:3931b074ee3c | 163:3ee5ec96e732 |
|---|---|
| 10 | 10 |
| 11 LIB_DEPENDS= libgdbm.so:databases/gdbm | 11 LIB_DEPENDS= libgdbm.so:databases/gdbm |
| 12 | 12 |
| 13 CFFI_NAME= ffi | 13 CFFI_NAME= ffi |
| 14 | 14 |
| 15 pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 | |
| 16 | |
| 15 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | 17 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" |
| 16 | 18 |
| 17 pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 | 19 .include <bsd.port.post.mk> |
| 18 | |
| 19 .include <bsd.port.mk> |
