diff options
Diffstat (limited to 'lang/python312/Makefile')
-rw-r--r-- | lang/python312/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python312/Makefile b/lang/python312/Makefile index c5ddd8cc78af..6d061c795dba 100644 --- a/lang/python312/Makefile +++ b/lang/python312/Makefile @@ -1,5 +1,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -46,7 +47,6 @@ PLIST_SUB= ABI=${ABIFLAGS} \ OPTIONS_DEFINE= DEBUG IPV6 LIBMPDEC LTO NLS PYMALLOC OPTIONS_DEFAULT= LIBMPDEC LTO PYMALLOC OPTIONS_EXCLUDE_riscv64= LTO -OPTIONS_EXCLUDE_powerpc64le= LTO OPTIONS_RADIO= HASH OPTIONS_RADIO_HASH= FNV SIPHASH OPTIONS_SUB= yes @@ -117,7 +117,7 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N${LTO_CONFIGURE_ON}} .endif post-patch: -# disable the detection of includes and library from e2fsprogs-libuuid, +# disable the detection of includes and library from libuuid, # which introduces hidden dependency and breaks build @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure |