From d3980671b36e747598cd5713fa68c751f9726905 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 9 Sep 2020 00:40:54 +0000 Subject: [PATCH] opts: FREEBSD_UPDATE no longer relies on PORTSNAP phttpget is no longer tied to the portsnap build as of r365490. MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D26255 --- share/mk/src.opts.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 2f8fb61d209..4e3844b14a8 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -462,11 +462,6 @@ MK_AUTHPF:= no MK_OFED_EXTRA:= no .endif -.if ${MK_PORTSNAP} == "no" -# freebsd-update depends on phttpget from portsnap -MK_FREEBSD_UPDATE:= no -.endif - .if ${MK_TESTS} == "no" MK_DTRACE_TESTS:= no .endif