1 2 3 4 5 6 7 8 9 10 11 12
-- Simple, minimal config for local scan only. Useful for verifying that all -- pkgsrc packages are consistent, with no unresolved dependencies. options = { scan_threads = 8, strict_scan = true, } pkgsrc = { basedir = "/usr/pkgsrc", make = "/usr/bin/make", }