Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 143:69149820fc50
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:33 +0200 |
| parents | b6053936f8db |
| children |
comparison
equal
deleted
inserted
replaced
| 142:3a54ee7eb74a | 143:69149820fc50 |
|---|---|
| 9 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 | 9 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 |
| 10 | 10 |
| 11 CFFI_NAME= _ffi | 11 CFFI_NAME= _ffi |
| 12 | 12 |
| 13 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | 13 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" |
| 14 .include <bsd.port.mk> | 14 .include <bsd.port.post.mk> |
