1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Ensure EXPERIMENTAL modules are enabled if PYTHON is selected

Reported by:	garga@
This commit is contained in:
Ryan Steinmetz 2020-10-07 14:16:08 +00:00
parent 8acf80f0ce
commit 42f91ccffc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551647

View File

@ -151,6 +151,11 @@ GROUPS= ${RADIUS_GROUP}
EXPM= yes
.endif
# python3 module is still experimental
.if ${PORT_OPTIONS:MPYTHON} && empty(PORT_OPTIONS:MEXPERIMENTAL)
EXPM= yes
.endif
# rlm_ruby module is still experimental
.if ${PORT_OPTIONS:MRUBY} && empty(PORT_OPTIONS:MEXPERIMENTAL)
EXPM= yes