mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
6639ee6c2b
were removed during the 7.9->-current cycle (specifically, go back to py3-backports-zstd that accientally got changed to py2-backports-zstd)
25 lines
800 B
Makefile
25 lines
800 B
Makefile
# IMPORTANT! If you make any changes to the Python ports, be sure
|
|
# to also update files/CHANGES.OpenBSD for your change. This is a
|
|
# requirement of the PSF license, if it constitutes a change to
|
|
# Python itself.
|
|
|
|
FULL_VERSION = 3.14.5
|
|
REVISION-main = 0
|
|
SHARED_LIBS = python3.14 0.0
|
|
VERSION_SPEC = >=3.14
|
|
PORTROACH = limit:^3\.14
|
|
|
|
AUTOCONF_VERSION = 2.72
|
|
|
|
# XXX - should come from expat_config.h, which isn't installed in base
|
|
CFLAGS += -DXML_DTD -DXML_GE=1
|
|
|
|
CONFIGURE_ENV += ac_cv_working_openssl_hashlib=yes \
|
|
TCLTK_CFLAGS="-I${MODTCL_INCDIR} -I${MODTK_INCDIR} -I${X11BASE}/include" \
|
|
TCLTK_LIBS="-L${X11BASE}/lib -l${MODTCL_LIB} -l${MODTK_LIB} -lpthread"
|
|
|
|
# disable bundled pip in favour of the version from devel/py-pip
|
|
CONFIGURE_ARGS += --with-ensurepip=no
|
|
|
|
.include <bsd.port.mk>
|