When installing all self-built packages Im getting the following messages: pkg: FreeBSD-libcompiler_rt-dev has a missing dependency: FreeBSD-libcompiler-rt pkg: FreeBSD-libcompiler_rt-dev-lib32 has a missing dependency: FreeBSD-libcompiler-rt-dev pkg: FreeBSD-libcompiler_rt-lib32 has a missing dependency: FreeBSD-libcompiler-rt pkg: FreeBSD-libthread_db-dev has a missing dependency: FreeBSD-libthread-db pkg: FreeBSD-libthread_db-dev-lib32 has a missing dependency: FreeBSD-libthread-db-dev pkg: FreeBSD-libthread_db-lib32 has a missing dependency: FreeBSD-libthread-db It seems the packages with '_' in their name are having their automatic dependencies generated with the '_'s turned to '-'s. (Lines 34-96 of release/packages/generate-ucl.sh seems to be the relevant area.)