changeset 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 cac5ab348000
children 3e54ae4e5d8b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 \