diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 09:22:45 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 09:22:45 +0000 |
| commit | 423a79650284abeaca4aff2e7b10ee6c178cdfeb (patch) | |
| tree | 698762e5ea5cb717be3d9a06503e138b1ede680d /lang/python310/Makefile | |
| parent | 2a4c48bde9f90695ab480d37de9391a02e8b51c9 (diff) | |
Diffstat (limited to 'lang/python310/Makefile')
| -rw-r--r-- | lang/python310/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python310/Makefile b/lang/python310/Makefile index b4f2013626b4..5f6404b5a731 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -2,6 +2,7 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -53,7 +54,7 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/} # For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554 OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC -OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC +OPTIONS_DEFAULT= LIBMPDEC PYMALLOC OPTIONS_EXCLUDE_powerpc64= LTO OPTIONS_EXCLUDE_riscv64= LTO OPTIONS_RADIO= HASH |
