diff options
author | fanquake <fanquake@gmail.com> | 2021-11-25 21:40:50 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-11-25 21:40:50 +0800 |
commit | 05cdceb19dcc21822fe39a987ce43fe54bdc8634 (patch) | |
tree | 1700a8f166bcc63fd3fbf39b17822928b4e3cc70 | |
parent | 681b25e3cd7d084f642693152322ed9a40f33ba0 (diff) |
build: don't set PORT=no in config.site
This should have been a part of dropping macports support in #15175.
-rw-r--r-- | depends/config.site.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/config.site.in b/depends/config.site.in index 5cf107f19b..87d0011b1c 100644 --- a/depends/config.site.in +++ b/depends/config.site.in @@ -72,7 +72,6 @@ fi if test "@host_os@" = darwin; then BREW=no - PORT=no fi PATH="${depends_prefix}/native/bin:${PATH}" |