Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 177:903d2e59fe72
Use bsd.port.post.mk instead of bsd.port.mk because bsd.port.pre.mk is included by bsd.pypy.cffi.mk already
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 06 Oct 2022 21:14:12 +0200 |
| parents | a31eec33ff49 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:a31eec33ff49 | 177:903d2e59fe72 |
|---|---|
| 10 | 10 |
| 11 CFFI_MODULE= _tkinter/tklib | 11 CFFI_MODULE= _tkinter/tklib |
| 12 CFFI_NAME= tkffi | 12 CFFI_NAME= tkffi |
| 13 | 13 |
| 14 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | 14 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" |
| 15 .include <bsd.port.mk> | 15 .include <bsd.port.post.mk> |
