Update FreeBSD instructions to use pkg not ports for pkgconf

This commit is contained in:
Oliver Jowett 2020-08-24 14:15:09 +08:00
parent 798c0a3fa5
commit fba10d3262
1 changed files with 1 additions and 1 deletions

View File

@ -108,8 +108,8 @@ $ make
Minimal testing on 12.1-RELEASE, YMMV. Minimal testing on 12.1-RELEASE, YMMV.
``` ```
# cd /usr/ports/devel/pkgconf && make && make install
# pkg install gmake # pkg install gmake
# pkg install pkgconf
# pkg install rtl-sdr # pkg install rtl-sdr
# pkg install bladerf # pkg install bladerf
# pkg install hackrf # pkg install hackrf