Index: ports-mgmt/pkg-devel/Makefile =================================================================== --- ports-mgmt/pkg-devel/Makefile +++ ports-mgmt/pkg-devel/Makefile @@ -49,7 +49,7 @@ .endif .undef INSTALLS_DEPENDS -.if !exists(${LOCALBASE}/sbin/pkg) || !defined(CROSS_TOOLCHAIN) +.if !exists(${LOCALBASE}/sbin/pkg) && !defined(CROSS_TOOLCHAIN) PKG_BIN= ${WRKSRC}/src/pkg-static .endif