diff --git a/payment/uc_authorizenet/uc_authorizenet.info.yml b/payment/uc_authorizenet/uc_authorizenet.info.yml
index c8daf99..f533b02 100644
--- a/payment/uc_authorizenet/uc_authorizenet.info.yml
+++ b/payment/uc_authorizenet/uc_authorizenet.info.yml
@@ -4,4 +4,5 @@ description: 'Processes payments using Authorize.net. Supports AIM and ARB.'
 package: Ubercart - payment
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_credit
diff --git a/payment/uc_cybersource/uc_cybersource.info.yml b/payment/uc_cybersource/uc_cybersource.info.yml
index 190f8c7..4c4e94c 100644
--- a/payment/uc_cybersource/uc_cybersource.info.yml
+++ b/payment/uc_cybersource/uc_cybersource.info.yml
@@ -4,4 +4,5 @@ description: 'Processes payments using the CyberSource Silent Order POST and Hos
 package: Ubercart - payment
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_credit
diff --git a/shipping/uc_shipping/uc_shipping.info.yml b/shipping/uc_shipping/uc_shipping.info.yml
index 8b87b1c..b988ded 100644
--- a/shipping/uc_shipping/uc_shipping.info.yml
+++ b/shipping/uc_shipping/uc_shipping.info.yml
@@ -4,4 +4,5 @@ description: 'Gets products ready for physical shipment.'
 package: Ubercart - core (optional)
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_quote
diff --git a/shipping/uc_ups/uc_ups.info.yml b/shipping/uc_ups/uc_ups.info.yml
index da4a0c8..b9f058e 100644
--- a/shipping/uc_ups/uc_ups.info.yml
+++ b/shipping/uc_ups/uc_ups.info.yml
@@ -4,5 +4,6 @@ description: 'Integrates UPS Rates and Services Selection and Shipping Online To
 package: Ubercart - shipping
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_quote
 configure: uc_ups.settings
diff --git a/shipping/uc_usps/uc_usps.info.yml b/shipping/uc_usps/uc_usps.info.yml
index 7671b88..4ec0f3c 100644
--- a/shipping/uc_usps/uc_usps.info.yml
+++ b/shipping/uc_usps/uc_usps.info.yml
@@ -4,5 +4,6 @@ description: 'Integrates USPS Rate Calculator and Mail Service Standards Web Too
 package: Ubercart - shipping
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_quote
 configure: uc_usps.settings
diff --git a/uc_report/uc_report.info.yml b/uc_report/uc_report.info.yml
index 7d08ddb..03895c9 100644
--- a/uc_report/uc_report.info.yml
+++ b/uc_report/uc_report.info.yml
@@ -4,6 +4,7 @@ description: "Provides reports about your store's sales, customers, and products
 package: Ubercart - core (optional)
 core: 8.x
 dependencies:
+  - not_yet_ported
   - uc_order
   - uc_product
 configure: uc_store.config
