build: don't set PORT=no in config.site

This should have been a part of dropping macports support in #15175.
This commit is contained in:
fanquake 2021-11-25 21:40:50 +08:00
parent 681b25e3cd
commit 05cdceb19d
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -72,7 +72,6 @@ fi
if test "@host_os@" = darwin; then
BREW=no
PORT=no
fi
PATH="${depends_prefix}/native/bin:${PATH}"