Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 14:0e79fd0685d3
Because the slave port pypy3 now needs an extra LIB_DEPENDS item just add here only; do not overwrite
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 02 Oct 2022 13:21:57 +0200 |
| parents | a92355d5c173 |
| children | cb562cb4ec47 |
line wrap: on
line diff
--- a/Makefile Sat Oct 01 14:14:27 2022 +0200 +++ b/Makefile Sun Oct 02 13:21:57 2022 +0200 @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures -LIB_DEPENDS= libexpat.so:textproc/expat2 \ +LIB_DEPENDS+= libexpat.so:textproc/expat2 \ libffi.so:devel/libffi TEST_DEPENDS= ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_gdbm_cffi.${PYPY_CFFI_VER}.so:databases/pypy-gdbm \ ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_sqlite3_cffi.${PYPY_CFFI_VER}.so:databases/pypy-sqlite3 \
