Mercurial > hgrepos > FreeBSD > ports > PyPy
diff databases/pypy3-sqlite3/Makefile @ 171:1032e6ad3106
Make make variable "FFI_MODULE_NAME" an overwritable variable with a default value
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Jan 2024 23:33:43 +0100 |
| parents | 4faa067df432 |
| children |
line wrap: on
line diff
--- a/databases/pypy3-sqlite3/Makefile Mon Jan 15 17:25:38 2024 +0100 +++ b/databases/pypy3-sqlite3/Makefile Mon Jan 15 23:33:43 2024 +0100 @@ -11,7 +11,5 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -FFI_MODULE_NAME= _ffi - .include "${.CURDIR}/../../lang/pypy3/Makefile.cffi.inc" .include <bsd.port.post.mk>
