comparison Makefile @ 107:8681b1cfc6b9

FIX: Also need a BerkeleyDB 5 as dependency for dbm.ndbm
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 04 Jan 2023 20:49:47 +0100
parents ffca34182746
children cf8f8a3eea6b
comparison
equal deleted inserted replaced
106:ffca34182746 107:8681b1cfc6b9
8 8
9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src 9 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src
10 10
11 # Without gdbm is not supported on v7.3.9 any more: no extra package needed 11 # Without gdbm is not supported on v7.3.9 any more: no extra package needed
12 LIB_DEPENDS+= libgdbm.so:databases/gdbm 12 LIB_DEPENDS+= libgdbm.so:databases/gdbm
13 # We also need for dbm.ndbm the BerkeleyDB in version 5
14 LIB_DEPENDS+= libdb-5.so:databases/db5
13 15
14 SHEBANG_FILES= \ 16 SHEBANG_FILES= \
15 lib-python/3/base64.py \ 17 lib-python/3/base64.py \
16 lib-python/3/cProfile.py \ 18 lib-python/3/cProfile.py \
17 lib-python/3/cgi.py \ 19 lib-python/3/cgi.py \